export declare class CostCenterCriteriaValueModel { id: number; code: string; value: string; constructor(); fromJSON(json: any): this; } //# sourceMappingURL=cost-center-criteria-values.model.d.ts.map