export declare function fileExists(filePath: string): Promise; export declare function readFile(filePath: string): Promise; export declare function parseContent(content: string): Promise; export declare function findFile(filePath: string, paths: Array): string | null; export declare function findDir(dirName: string, paths: Array): string | null;