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