declare function BigIntBitwiseOp(op: "&" | "|" | "^", x: bigint, y: bigint): bigint;
export = BigIntBitwiseOp;
