export declare const STEERING_WHEEL_ACTION_COMMAND: {
    readonly TURN_LED_ON: "TurnLedOn";
    readonly TURN_LED_OFF: "TurnLedOff";
};
