import { Labelled } from '../../../../common';
import { BleChannelConfig } from '../ble-channel.types';
export declare class ConfigureBleChannelCommand implements Labelled {
    readonly enabled: boolean;
    readonly config: BleChannelConfig;
    label: string;
    constructor(enabled: boolean, config: BleChannelConfig);
}
//# sourceMappingURL=configure-ble-channel.command.d.ts.map