export default function _default(opts: any): CustomMemoryStorage; declare function CustomMemoryStorage(opts: any): void; declare class CustomMemoryStorage { constructor(opts: any); getFilename: any; _handleFile(req: any, file: any, cb: any): void; _removeFile(req: any, file: any, cb: any): void; } export {};