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