import type { Validator } from "./types"; export declare const isLessThan: Validator; export declare const isEqual: Validator;