export declare const findDefaultEntryFile: (path: string) => string; export declare const getEntryFile: (rootDir: string) => string; export declare const getEntryDir: (rootDir: string) => string;