export declare namespace RegularExpression {
    class Validation {
        static Email: RegExp;
    }
}
