import { BN } from './bn.js'; import { FixedLengthArray } from '../../type-utils.js'; export declare function bnArrayToBigInt(arr: FixedLengthArray): bigint;