import { Labelled } from '../../../../common';
import { BleChannelConfig } from '../ble-channel.types';
export declare class BleChannelConfigReceivedEvent implements Labelled {
    readonly config: BleChannelConfig;
    label: string;
    constructor(config: BleChannelConfig);
}
//# sourceMappingURL=ble-channel-config-received.event.d.ts.map