import { IBLECharacteristic } from '../../@types'; import debug from 'debug'; export declare const createNotifyCharacteristic: ({ uuid, name }: IBLECharacteristic, subscribe: (fn: (result: string) => void) => () => any, logger?: debug.Debugger) => any; //# sourceMappingURL=create.d.ts.map