import { UploadOptions } from '../multipart/options'; import { createInterceptor } from './base-interceptor'; export declare function FilesInterceptor(fieldname: string, maxCount?: number, localOptions?: UploadOptions): ReturnType;