export declare enum RemoteServices { /** climate */ ClimateNow = "climate-now", /** lock */ LockDoors = "door-lock", /** unlock */ UnlockDoors = "door-unlock", /** horn */ BlowHorn = "horn-blow", /** light */ FlashLight = "light-flash", /** start charging */ ChargeStart = "start-charging", /** stop charging */ ChargeStop = "stop-charging" }