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