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