import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * @tsplus static effect/core/stream/Channel.Ops suspend * @tsplus location "@effect/core/stream/Channel/operations/suspend" */ export declare function suspend(effect: LazyArg>): Channel; //# sourceMappingURL=suspend.d.ts.map