export declare class TypeExportModel { id: number; codeTypeExport: string; nameTypeExport: string; constructor(); fromJSON(json: any): this; }