import { Stream } from "@effect/core/stream/Stream/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * An implementation of `Stream.merge` that supports breadth first search. */ export declare function mergeStream(left: Stream>, right: Stream>): Stream>; //# sourceMappingURL=mergeStream.d.ts.map