export { BleChannelConfig } from './ble-channel.types';
export { BleChannelModule } from './ble-channel.module';
export declare const BleChannelModuleOptions: import("./ble-channel.types").BleChannelModuleOptions & Partial<{
    isGlobal: boolean;
}>;
export declare const AsyncBleChannelModuleOptions: import("@nestjs/common").ConfigurableModuleAsyncOptions<import("./ble-channel.types").BleChannelModuleOptions, "create"> & Partial<{
    isGlobal: boolean;
}>;
export * from './ble-channel.service';
//# sourceMappingURL=index.d.ts.map