import { FilesUploadParamsType } from '../types/files-upload-params.type'; export declare function RequireToUploadFiles({ fieldNames, options }: FilesUploadParamsType): (target: TFunction | object, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor) => void;