/** The type of . */ export declare enum CubeType { /** No cube type is specified */ None = "None", /** ExceptionEvent Cube for Device */ ExceptionEventByDevice = "ExceptionEventByDevice", /** ExceptionEvent Cube for Driver */ ExceptionEventByDriver = "ExceptionEventByDriver", /** Trip Cube for Device */ TripSummaryByDevice = "TripSummaryByDevice", /** Trip Cube for Driver */ TripSummaryByDriver = "TripSummaryByDriver" } //# sourceMappingURL=cube_type.d.ts.map