export declare class EmailAddress { firstName?: string; lastName?: string; email: string; }