import { RuleContext } from '../validator'; export declare function regex(value: any, _ctx: RuleContext, pattern: string, flags?: string): boolean;