import { type NestInterceptor, type Type } from "@nestjs/common";
import type { BusboyOptions } from "../interfaces";
export declare function FilesInterceptor(fieldName: string, maxCount?: number, localOptions?: BusboyOptions): Type<NestInterceptor>;
