import { Exit } from "@effect/core/io/Exit/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * A stream that ends with the specified `Exit` value. * @tsplus static effect/core/stream/Stream.Ops done * @tsplus location "@effect/core/stream/Stream/operations/done" */ export declare function done(exit: Exit): Stream; //# sourceMappingURL=done.d.ts.map