export declare class FormattedAddress { address: string; addressFull: string; city: string; state: string; postalCode: string; }