import * as Core from "./core.js"; declare function bind(tag: Exclude, f: (_: K) => Core.Channel): (mk: Core.Channel) => Core.Channel; declare function let_(tag: Exclude, f: (_: K) => OutDone): (mk: Core.Channel) => Core.Channel; declare const do_: Core.Channel; export { let_ as let, bind, do_ as do }; //# sourceMappingURL=do.d.ts.map