/// export declare function readDir(path: string): Promise; export declare function readFile(path: string): Promise; export declare function generateKey(keyPrefix: string, key: string): string;