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