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