import { Stream } from "@effect/core/stream/Stream/definition"; /** * Creates a single-valued pure stream. * @tsplus static effect/core/stream/Stream.Ops succeed * @tsplus location "@effect/core/stream/Stream/operations/succeed" */ export declare function succeed(a: A): Stream; //# sourceMappingURL=succeed.d.ts.map