import add from "./add"; import and from "./and"; import divide from "./divide"; import multiply from "./multiply"; import nand from "./nand"; import nor from "./nor"; import not from "./not"; import or from "./or"; import subtract from "./subtract"; import xnor from "./xnor"; import xor from "./xor"; export { add, and, divide, multiply, nand, nor, not, or, subtract, xnor, xor }; //# sourceMappingURL=index.d.ts.map