export declare class CostCenterCriteriaValueModel { id: number; code: string; value: string; constructor(); fromJSON(json: any): this; }