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