import { AssociativeIdentity } from "@tsplus/stdlib/prelude/AssociativeIdentity/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Compact an `Either>` to an `Either` given an * `AssociativeIdentity`. * @tsplus static Either.Aspects compactMaybe * @tsplus pipeable Either compactMaybe * @tsplus location "@tsplus/stdlib/data/Either/compactMaybe" */ export declare function compactMaybe(M: AssociativeIdentity): (self: import("./definition").Either>) => import("./definition").Either; //# sourceMappingURL=compactMaybe.d.ts.map