/** * Created by vsliwka on 30/05/2017. */ export declare class WorkRestrictionModel { id: number; countryIsoCode: string; type: string; label: string; code: string; order: number; constructor(); fromJSON(json: any): this; }