import { RegexValidator } from "../models/regexes"; export declare const isEmail: RegexValidator<"user" | "domain">;