/*! Copyright 2025 the gnablib contributors MPL-1.1 */ import { U64MutArray } from "../primitive/number/U64.js"; export declare function uLog32(u: Uint32Array): void; export declare function uLog64(u: U64MutArray, name?: string): void;