import type { Exit } from "../Exit/exit.js"; import type { Effect } from "./effect.js"; /** * Returns an effect from a `Exit` value. */ export declare function done(exit: Exit, __trace?: string): Effect; //# sourceMappingURL=done.d.ts.map