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