export declare const fileExistsAsync: (fileName: string) => Promise; export declare const writeToFileAsync: (fileName: string, content: string) => Promise; export declare const readFileAsync: (fileName: string) => Promise;