import { AssociativeIdentity } from "@tsplus/stdlib/prelude/AssociativeIdentity/definition"; import { Compact } from "@tsplus/stdlib/prelude/Compact"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Get a `Compact` instance for an `Either` given an * `AssociativeIdentity`. * @tsplus static Either.Ops getCompact * @tsplus location "@tsplus/stdlib/data/Either/getCompact" */ export declare function getCompact(M: AssociativeIdentity): import("../../prelude/Compact").Compact>; //# sourceMappingURL=getCompact.d.ts.map