export declare enum RemoteServices {
    /** climate */
    ClimateNow = "RCN",
    /** lock */
    LockDoors = "RDL",
    /** unlock */
    UnlockDoors = "RDU",
    /** horn */
    BlowHorn = "RHB",
    /** light */
    FlashLight = "RLF",
    /** Climate timer */
    ClimateTimer = "RCT",
    /** Charging profile */
    ChargingProfile = "RCP"
}
