import { MulterOptions } from '../interfaces';
import { InterceptorInterface, Type } from "../../contracts";
export declare function FilesInterceptor(fieldName: string, maxCount?: number, localOptions?: MulterOptions): Type<InterceptorInterface>;
//# sourceMappingURL=files.interceptor.d.ts.map