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