/** * This email regex from https://stackoverflow.com/a/201378 * Added valid complete email by this ticket https://gethired.atlassian.net/browse/VD-2616 */ export declare const EMAIL_VALIDATION_REGEX: RegExp;