export declare class ReferentielModel { id: number; active: boolean; category: string; label: string; order: number; codeRef: string; orderCode: any; constructor(); fromJSON(json: any): this; fromJSONs(jsons: any): ReferentielModel[]; } //# sourceMappingURL=referentiel.model.d.ts.map