/** * Converts a 16 bits Bluetooth LE UUID to a full 128 bit UUID. * @param shortUuid A short BLE UUID (16 bits). * @returns A 128 bits UUID as a string. */ export declare function toFullUuid(shortUuid: number): string; //# sourceMappingURL=toFullUuid.d.ts.map