export declare const toBEArray: (num: bigint, width: number) => number[]; export declare const toBigInt: (data: Uint8Array) => bigint;