export declare class TypeExportModel { id: number; codeTypeExport: string; nameTypeExport: string; constructor(); fromJSON(json: any): this; } //# sourceMappingURL=type-export.model.d.ts.map