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