import type { DUtilsMethodsModule } from "./c/build/dutilsMethodsModule"; /** * @function * Checks whether all the elements of a Uint8Array are a specific number. * * @param array: The array. * @param num: The number to check against. * @param module: In case we want to cache the WASM loading. * * @returns Promise */ declare const arrayIsNumber: (array: Uint8Array, num: number, module?: DUtilsMethodsModule) => Promise; export default arrayIsNumber; //# sourceMappingURL=arrayIsNumber.d.ts.map