import { Options } from 'multer'; import { Storage } from './types'; export declare function multerConfig(storage: Storage): Options;