import * as T from "../../../../Effect/index.js"; import * as E from "../../../../Either/index.js"; import * as M from "../../../../Managed/index.js"; import type * as C from "../core.js"; /** * Interpret a channel to a managed Pull */ export declare function toPull(self: C.Channel): M.Managed>>; //# sourceMappingURL=toPull.d.ts.map