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