/**
 * Simple, intentionally not exhaustive regex to match an email address.
 *
 * Source: https://regexr.com/3e48o
 */
export declare const SIMPLE_EMAIL_REGEX: RegExp;
