/// export declare const getFileKey: (folder: string, ext: string) => string; export declare const getResizedFileKey: (oldKey: string, height: number, width: number) => string; export declare const getFileNameByKey: (key: string) => string; export declare const getFileHash: (fileBuffer: Buffer, hashName?: string) => string;