export declare class EmailAddressDto { emailAddress: string; id: string; type: string; constructor(d?: EmailAddressDto); }