export declare const COLOR_SENSOR_GREEN_BIGGER_THAN_100 = "Green > 100";
export declare const COLOR_SENSOR_RED_BIGGER_THAN_100 = "Red > 100";
export declare const COLOR_SENSOR_BLUE_BIGGER_THAN_100 = "Blue > 100";
export declare const IRFOOT_VAL_BIGGER_THAN_20 = "IRFOOT > 20";
export declare const ACCELEROMETER_X_BIGGERN_THAN_20 = "x > 20";
export declare const ACCELEROMETER_Y_BIGGERN_THAN_20 = "y > 20";
export declare const ACCELEROMETER_Z_BIGGERN_THAN_20 = "z > 20";
export declare const MAGNETOMETER_X_BIGGERN_THAN_20 = "x > 20";
export declare const MAGNETOMETER_Y_BIGGERN_THAN_20 = "y > 20";
export declare const MAGNETOMETER_Z_BIGGERN_THAN_20 = "z > 20";
export declare const LIGHT_SENSOR_R1_BIGGERN_THAN_20 = "Reading1 > 20";
export declare const LIGHT_SENSOR_R2_BIGGERN_THAN_20 = "Reading2 > 20";
export declare const LIGHT_SENSOR_R3_BIGGERN_THAN_20 = "Reading3 > 20";
