import { Exit } from "@effect/core/io/Exit/definition"; import { Take } from "@effect/core/stream/Take/definition"; /** * Creates a `Take` from `Exit`. * @tsplus static effect/core/stream/Take.Ops done * @tsplus location "@effect/core/stream/Take/operations/fromExit" */ export declare function fromExit(exit: Exit): Take; //# sourceMappingURL=fromExit.d.ts.map