import type { Any } from "../Any/index.js"; import type { AssociativeBoth } from "../AssociativeBoth/index.js"; import type { Auto, URIS } from "../HKT/index.js"; export interface IdentityBoth extends AssociativeBoth, Any { } //# sourceMappingURL=index.d.ts.map