export declare class FileStorageHelper { static list: (filePath: string) => Promise; static move: (oldKey: string, newKey: string) => Promise; static store: (key: string, contentType: string, contents: Buffer) => Promise; static remove: (key: string) => Promise; static removeFolder: (key: string) => Promise; } //# sourceMappingURL=FileStorageHelper.d.ts.map