export declare function xor(a: Uint8Array, b: Uint8Array): Uint8Array;
export declare function toBigEndianBytes(n: bigint): Uint8Array<ArrayBuffer>;
