export declare class Address { City: string; Country: string; State: string; Street1: string; Street2: string; Unit: string; Zip: string; }