import { IBLECharacteristic } from '../../@types'; import debug from 'debug'; export declare const createReadCharacteristic: ({ uuid, name }: IBLECharacteristic, getCurrentValue: () => Promise, logger?: debug.Debugger) => any; //# sourceMappingURL=create.d.ts.map