export declare class AddressRecommendationModel { deliveryLine1?: string; deliveryLine2?: string; cityName?: string; zipCode?: string; stateAbbrevation?: string; country?: string; dpvMatchCode?: string; dpvFootnotes?: string; footnotes?: string; } //# sourceMappingURL=AddressRecommendationModel.d.ts.map