export declare class AddressV1 { line1: string; line2?: string; city: string; state?: string; postal_code?: string; country_code: string; }