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