import { type NestInterceptor, type Type } from "@nestjs/common";
import type { BusboyOptions, MulterField } from "../interfaces";
export declare function FileFieldsInterceptor(uploadFields: MulterField[], localOptions?: BusboyOptions): Type<NestInterceptor>;
