export declare function isEmail(x: string): boolean;
export declare const Email: import("../../lib").ChainableAttributeSpec<StringConstructor>;
