import { Effect } from "@effect/core/io/Effect/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Executes the provided finalizer after this stream's finalizers run. * @tsplus static effect/core/stream/Stream.Aspects ensuring * @tsplus pipeable effect/core/stream/Stream ensuring * @tsplus location "@effect/core/stream/Stream/operations/ensuring" */ export declare function ensuring(finalizer: Effect): (self: import("../definition").Stream) => import("../definition").Stream; //# sourceMappingURL=ensuring.d.ts.map