import type { AnyEnv } from '@morphic-ts/common/lib/config'; import type { UnionToIntersection } from '@morphic-ts/common/lib/core'; import type { URIS } from '@morphic-ts/common/lib/HKT'; import type { Algebra as AlgAlgebra, AlgebraURIS } from './hkt'; /** * @since 0.0.1 */ export declare type GetAlgebra = A; /** * @since 0.0.1 */ export declare type Algebra = UnionToIntersection[AllAlgebra]>;