import { IBLECharacteristic } from '../../@types'; import debug from 'debug'; declare type ICallback = (data: string) => void; export declare const createWriteCharacteristic: ({ uuid, name }: IBLECharacteristic, updateCurrentValue: ICallback, logger?: debug.Debugger) => any; export {}; //# sourceMappingURL=create.d.ts.map