export declare const multerOptions: (destination: string) => {
    storage: any;
    fileFilter: (req: any, file: any, cb: any) => any;
};
