import { RuleContext } from '../validator'; export declare function max(value: any, _ctx: RuleContext, max: string): boolean;