import _ from 'lodash'; import type { IApiFile } from '../interfaces'; export declare function ApiFile(files: _.Many, options?: Partial<{ isRequired: boolean; }>): MethodDecorator;