import { MulterOptions } from "../../types/MulterOptions";
export declare const Multer: (path: string, options?: MulterOptions) => MethodDecorator;
