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