export declare class AccountAddress { street1: string; street2: string; city: string; state: string; postalCode: string; country: string; }