import { Channel } from "@effect/core/stream/Channel/definition/base"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Runs a channel until the end is received. * @tsplus getter effect/core/stream/Channel run * @tsplus location "@effect/core/stream/Channel/operations/run" */ export declare function run(self: Channel): Effect; //# sourceMappingURL=run.d.ts.map