import type { AssociativeEither } from "../AssociativeEither/index.js"; import type { Auto, URIS } from "../HKT/index.js"; import type { None } from "../None/index.js"; export declare type IdentityEither = AssociativeEither & None; //# sourceMappingURL=index.d.ts.map