export declare const xor: (a: bigint) => (b: bigint) => bigint;
