import { UploadOptions } from '../multipart/options'; import { createInterceptor } from './base-interceptor'; export declare function AnyFilesInterceptor(localOptions?: UploadOptions): ReturnType;