export declare function fromBigInt(integer: bigint): Uint8Array; export declare function toBigInt(u8View: Uint8Array, index?: { $: number; }): bigint;