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