import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Sink } from "@effect/core/stream/Sink/definition/base"; /** * Returns a lazily constructed sink that may require effects for its * creation. * @tsplus static effect/core/stream/Sink.Ops suspend * @tsplus location "@effect/core/stream/Sink/operations/suspend" */ export declare function suspend(sink: LazyArg>): Sink; //# sourceMappingURL=suspend.d.ts.map