export declare class TypeTvaModel { id: number; codeTva: string; rate: number; label: string; codeLabel: string; constructor(); fromJSON(json: any): this; fromJSONs(jsons: any): TypeTvaModel[]; } //# sourceMappingURL=type-tva.model.d.ts.map