export declare const BALL_SENSOR_COMMAND: {
    readonly DEACTIVATE_SENSOR: "Deactivate Sensor";
    readonly ACTIVATE_SENSOR: "Activate Sensor";
    readonly CONFIGURE_MODULE: "Configure Module";
};
export declare const BALL_SENSOR_STATUS: {
    readonly SENSOR_STANDBY: "Sensor Standby";
    readonly SENSOR_DEACTIVATED: "Sensor Deactivated";
    readonly SENSOR_ACTIVATED: "Sensor Activated";
    readonly SENSOR_HIT: "Sensor Hit";
    readonly UNKNOWN: "Unknown";
};
