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(exit: Ex.Exit): C.IO; //# sourceMappingURL=done.d.ts.map