/** * Created by vsliwka on 07/06/2017. */ export declare class ReferentialEntityStateModel { deleted: boolean; blocked: boolean; activated: boolean; updatable: boolean; constructor(); fromJSON(json: any): this; } //# sourceMappingURL=referential-entity-state.model.d.ts.map