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