import { Stream } from "@effect/core/stream/Stream/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Converts an option on values into an option on errors. * @tsplus getter effect/core/stream/Stream some * @tsplus location "@effect/core/stream/Stream/operations/some" */ export declare function some(self: Stream>): Stream, A>; //# sourceMappingURL=some.d.ts.map