import type { DUtilsMethodsModule } from "./c/build/dutilsMethodsModule"; /** * @function * Converts a number in Uint8Array format back to number. * * @param array: The Uint8Array to convert. * @param module: In case we want to cache the WASM loading. * * @returns Promise */ declare const uint8ArrayToNumber: (array: Uint8Array, module?: DUtilsMethodsModule) => Promise; export default uint8ArrayToNumber; //# sourceMappingURL=uint8ArrayToNumber.d.ts.map