import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * @tsplus static effect/core/stream/Channel.Ops succeed * @tsplus location "@effect/core/stream/Channel/operations/succeed" */ export declare function succeed(result: OutDone): Channel; //# sourceMappingURL=succeed.d.ts.map