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 succeed * @tsplus location "@effect/core/stream/Sink/operations/succeed" */ export declare function succeed(z: Z): Sink; //# sourceMappingURL=succeed.d.ts.map