import { BleChannelModuleOptions } from './ble-channel.types';
export declare const BleChannelModuleOptionsKey = "BleChannel.Module.Options";
export declare const ConfigurableModuleClass: import("@nestjs/common").ConfigurableModuleCls<BleChannelModuleOptions, "forRoot", "create", {
    isGlobal: boolean;
}>, ASYNC_OPTIONS_TYPE: import("@nestjs/common").ConfigurableModuleAsyncOptions<BleChannelModuleOptions, "create"> & Partial<{
    isGlobal: boolean;
}>, OPTIONS_TYPE: BleChannelModuleOptions & Partial<{
    isGlobal: boolean;
}>, MODULE_OPTIONS_TOKEN: string | symbol;
//# sourceMappingURL=ble-channel.const.d.ts.map