export declare class Regexes { static get Email(): string; static get PhoneNumber(): string; static get Name(): string; static get Username(): string; static get PostalCode(): string; }