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