declare const XOR: (a: boolean, b: boolean) => boolean; export default XOR; //# sourceMappingURL=xor.d.ts.map