/**
 * Define a regex to validate an email address
 */
export declare const emailRegex: RegExp;
