import { Stream } from "@effect/core/stream/Stream/definition"; /** * Returns a stream that contains a single `undefined` value. * @tsplus static effect/core/stream/Stream.Ops unit * @tsplus location "@effect/core/stream/Stream/operations/unit" */ export declare const unit: Stream; //# sourceMappingURL=unit.d.ts.map