export declare class AdressTypeModel { addressType: string; constructor(addressType?: string); fromJSON(json: any): this; }