export declare function writeFile(filePath: string, content: string): Promise; export declare function exists(filePath: string): Promise; export declare function fileStartsWith(filePath: string, start: string): Promise; export declare function getAbsoluteFileName(fileName: string, cwd: string): string;