/** * When the value is emtpy, validation is skipped * @param field * @constructor */ export declare function SkipEmpty(field?: string): (target: TFunction | object, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor) => void;