// General type definitions for OCPP 1.6 and OCPP 2 // Author: Roman Morawek, embyt GmbH export declare enum MessageType { CALL = 2, CALLRESULT = 3, CALLERROR = 4, }