import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Stream } from "@effect/core/stream/Stream/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Extracts the optional value, or returns the given 'default'. * @tsplus static effect/core/stream/Stream.Aspects someOrElse * @tsplus pipeable effect/core/stream/Stream someOrElse * @tsplus location "@effect/core/stream/Stream/operations/someOrElse" */ export declare function someOrElse(def: LazyArg): (self: import("../definition").Stream>) => import("../definition").Stream; //# sourceMappingURL=someOrElse.d.ts.map