/** * Created by vsliwka on 20/04/2017. */ export declare class WorkVersionArticleModel { id: number; label: string; isoCode: string; fromJSON(json: any): this; }