import { RuleContext } from '../validator'; export declare function notIn(value: any, _ctx: RuleContext, ...disallowed: string[]): boolean;