export declare function bigIntBytes(value: bigint): Uint8Array;
export declare function bigIntFromBytes(bytes: Uint8Array): bigint;
