export declare const bigIntMax: (arr: bigint[]) => bigint; export declare const bigIntMin: (arr: bigint[]) => bigint; export declare function amountToTxAmountV2(number: bigint): bigint; export declare function arrayChunkToHexString(arr: string[], pad: number): string; export declare function bigintLog2(value: bigint): number;