import { Effect } from "@effect/core/io/Effect/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Creates a one-element stream that never fails and executes the finalizer * when it ends. * @tsplus static effect/core/stream/Stream.Ops finalizer * @tsplus location "@effect/core/stream/Stream/operations/finalizer" */ export declare function finalizer(finalizer: Effect): Stream; //# sourceMappingURL=finalizer.d.ts.map