export declare class ValidationHelper { static readonly emailRegExp: RegExp; static isValidEmail(email?: string | null): boolean; }