import { NestInterceptor, Type } from "@nestjs/common";
import { Options, Field } from "multer";
export declare function FileFieldsFastifyInterceptor(fields: ReadonlyArray<Field>, localOptions?: Options): Type<NestInterceptor>;
