import { Connection } from '../Connection'; import { BinarySensor } from './BinarySensor'; import { BridgeDevice } from './BridgeDevice'; import { MqttClient } from 'mqtt'; import { LogInterface } from '../LogInterface'; export declare class BinarySensorDevice extends BridgeDevice { readonly binarySensor?: BinarySensor; constructor(logger: LogInterface, connection: Connection, serialNumber: string, channels: number, mqttClient?: MqttClient); } //# sourceMappingURL=BinarySensorDevice.d.ts.map