import { NestInterceptor } from '@nestjs/common'; import { MulterOptions } from '../interfaces'; export declare function FileInterceptor(fieldName: string, localOptions?: MulterOptions): NestInterceptor;