export interface AndroidMinAddress {
    countryCode: string;
    name: string;
    phoneNumber?: string;
    postalCode: string;
}
//# sourceMappingURL=android-min-address.d.ts.map