import { ICustomNumberValidationOptions } from '../dto/customValidatorOptions.dto';
export declare function CustomNumberValidator(details: ICustomNumberValidationOptions): (target: any, key: string) => void;
