export declare const getProjectRoot: () => string;
export declare const nodeModulesPaths: string;
export declare const nodePathsToArray: (nodePath: string) => string[];
