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