import type * as Ex from "../../../../Exit/index.js";
import type * as C from "../core.js";
/**
 * The stream that ends with the `Exit` value `exit`.
 */
export declare function done<E, A>(exit: Ex.Exit<E, A>): C.IO<E, A>;
//# sourceMappingURL=done.d.ts.map