import { RuleContext } from '../validator'; export declare function email(value: any, _ctx: RuleContext): boolean;