export declare enum ChargingStationSequenceType {
    customerInformation = "customerInformation",
    getBaseReport = "getBaseReport",
    getChargingProfiles = "getChargingProfiles",
    getDisplayMessages = "getDisplayMessages",
    getLog = "getLog",
    getMonitoringReport = "getMonitoringReport",
    getReport = "getReport",
    publishFirmware = "publishFirmware",
    remoteStartId = "remoteStartId",
    updateFirmware = "updateFirmware",
    transactionId = "transactionId"
}
