import { Effect } from "@effect/core/io/Effect/definition"; import { Scope } from "@effect/core/io/Scope/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * @tsplus static effect/core/stream/Stream.Ops fromPull * @tsplus location "@effect/core/stream/Stream/operations/fromPull" */ export declare function fromPull(effect: Effect, Chunk>>): Stream; //# sourceMappingURL=fromPull.d.ts.map