export declare class RestrictionModel { id: number; label: string; code: string; order: number; constructor(); fromJSON(json: any): this; fromJSONs(jsons: any): RestrictionModel[]; } //# sourceMappingURL=restriction.model.d.ts.map