import { Env } from "@tsplus/stdlib/service/Env"; import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * @tsplus static effect/core/stream/Channel.Ops succeedWith * @tsplus location "@effect/core/stream/Channel/operations/succeedWith" */ export declare function succeedWith(f: (env: Env) => Z): Channel; //# sourceMappingURL=succeedWith.d.ts.map