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