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