export declare function readFile(filename: string): Promise; export declare function writeFile(filename: string, payload: any): void;