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