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