import { NestInterceptor, Type } from "@nestjs/common";
import { UploadOptions } from "../multipart/options";
export declare function FileInterceptor(fieldName: string, options?: UploadOptions): Type<NestInterceptor>;
