-export * from './ocpp/1.6/ChargePointErrorCode';
-export * from './ocpp/1.6/ChargePointStatus';
+export { OCPP16ChargePointErrorCode } from './ocpp/1.6/ChargePointErrorCode';
+export { OCPP16ChargePointStatus } from './ocpp/1.6/ChargePointStatus';
export * from './ocpp/1.6/ChargingProfile';
export * from './ocpp/1.6/Configuration';
-export * from './ocpp/1.6/DiagnosticsStatus';
+export { OCPP16DiagnosticsStatus } from './ocpp/1.6/DiagnosticsStatus';
export * from './ocpp/1.6/MeterValues';
export * from './ocpp/1.6/Requests';
export * from './ocpp/1.6/Responses';
export * from './ocpp/Configuration';
export * from './ocpp/ConnectorStatusEnum';
export { ErrorType } from './ocpp/ErrorType';
-export * from './ocpp/MessageType';
+export { MessageType } from './ocpp/MessageType';
export * from './ocpp/MeterValues';
export { OCPPProtocol } from './ocpp/OCPPProtocol';
export { OCPPVersion } from './ocpp/OCPPVersion';
export * from './ocpp/Transaction';
export * from './orm/entities/PerformanceData';
export * from './orm/entities/PerformanceRecord';
-export * from './AutomaticTransactionGenerator';
+export {
+ type AutomaticTransactionGeneratorConfiguration,
+ type ChargingStationAutomaticTransactionGeneratorConfiguration,
+ IdTagDistribution,
+ type Status,
+} from './AutomaticTransactionGenerator';
export * from './ChargingStationConfiguration';
export type { ChargingStationInfo, ChargingStationInfoConfiguration } from './ChargingStationInfo';
export * from './ChargingStationOcppConfiguration';
export type { EmptyObject } from './EmptyObject';
export type { HandleErrorParams } from './Error';
export { FileType } from './FileType';
-export type { JsonType, JsonObject } from './JsonType';
+export type { JsonObject, JsonType } from './JsonType';
export * from './MeasurandPerPhaseSampledValueTemplates';
export type { MeasurandValues } from './MeasurandValues';
export * from './Statistics';
export * from './Storage';
export * from './UIProtocol';
-export * from './WebSocket';
+export {
+ type WSError,
+ WebSocketCloseEventStatusCode,
+ WebSocketCloseEventStatusString,
+} from './WebSocket';
export * from './WorkerBroadcastChannel';