import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * @tsplus static effect/core/stream/Channel.Aspects bind * @tsplus pipeable effect/core/stream/Channel bind * @tsplus location "@effect/core/stream/Channel/operations/do" */ export declare function bind(tag: Exclude, f: (_: K) => Channel): (self: import("../definition").Channel) => import("../definition").Channel; /** * @tsplus static effect/core/stream/Channel.Aspects bindValue * @tsplus pipeable effect/core/stream/Channel bindValue * @tsplus location "@effect/core/stream/Channel/operations/do" */ export declare function bindValue(tag: Exclude, f: (_: K) => OutDone): (self: import("../definition").Channel) => import("../definition").Channel; /** * @tsplus static effect/core/stream/Channel.Ops Do * @tsplus location "@effect/core/stream/Channel/operations/do" */ export declare function Do(): Channel; //# sourceMappingURL=do.d.ts.map