/// export declare function exists(path: string): Promise; export declare function readFile(path: string): Promise; export declare function unlink(path: string): Promise;