import type { ValidationEvent } from '../..';
export declare function isMin(e: ValidationEvent<number>, min: number | undefined, setToMin?: boolean): void;
