export declare class AdressTypeModel { addressType: string; constructor(addressType?: string); fromJSON(json: any): this; } //# sourceMappingURL=adress-type.model.d.ts.map