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