import type * as T from "../../../../Effect/index.js"; import * as C from "../core.js"; /** * Executes the provided finalizer after this stream's finalizers run. */ export declare function ensuring_(self: C.Stream, fin: T.Effect): C.Stream; /** * Executes the provided finalizer after this stream's finalizers run. * * @ets_data_first ensuring_ */ export declare function ensuring(fin: T.Effect): (self: C.Stream) => C.Stream; //# sourceMappingURL=ensuring.d.ts.map