export declare class StringUtility { static verifyEmail(email: string): boolean; }