import { IoTMessage } from '../../../../iot/models/iot-message';
export declare class RuleResponse {
    commandType: number;
    deviceType: number;
    commandValue: string;
    iotMessage: IoTMessage;
    bluetoothMessage: string;
}
//# sourceMappingURL=rule.response.d.ts.map