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