import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Sink } from "@effect/core/stream/Sink/definition/base"; /** * A sink that immediately ends with the specified value. * @tsplus static effect/core/stream/Sink.Ops sync * @tsplus location "@effect/core/stream/Sink/operations/sync" */ export declare function sync(z: LazyArg): Sink; //# sourceMappingURL=sync.d.ts.map