import type { Either } from './interface.js'; import { Left } from './left.js'; import { Right } from './right.js'; export { type Either, Right, Left }; //# sourceMappingURL=mod.d.ts.map