export declare const paths: {
    root: string;
    packageJson: string;
    babelConfigJS: string;
};
export declare const findProjectFilePath: (mayFiles: string[], extensions?: string[], root?: string) => string | undefined;
export declare const getPackageAbsolutePath: (pkgName: string) => string;
export declare function findLocalPackageIndexFilePath(indexFileExtensions?: string[]): Record<string, string>;
