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