export declare const root: string; export declare function resolve(...args: Array): string; export declare const dirs: Readonly<{ rootPackageJsonPath: string; packages: string; root: string; }>; export declare const dirnames: ReadonlyArray; export declare const packages: ReadonlyArray; export declare function getPackagePath(name: string): string; export declare function getDirname(name: string): string; export declare function getPackageJsonPath(name: string): string; export declare function isEthers(name: string): boolean;