import type { Identity } from "../../Identity/index.js"; import * as P from "../../Prelude/index.js"; /** * Get `Wiltable` instance given `Identity` */ export declare function getWiltable(M: Identity): P.Wiltable<[P.URI<"Either", {}>], P.Fix<"E", E>>; //# sourceMappingURL=getWiltable.d.ts.map