import { DeviceId, Labelled } from '../../../../common';
export declare class EnableBleClientCommand implements Labelled {
    readonly deviceIds: DeviceId[];
    label: string;
    constructor(deviceIds: DeviceId[]);
}
//# sourceMappingURL=enable-ble-client.command.d.ts.map