import { Effect } from "@effect/core/io/Effect/definition"; import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * @tsplus static effect/core/stream/Channel.Aspects ensuring * @tsplus pipeable effect/core/stream/Channel ensuring * @tsplus location "@effect/core/stream/Channel/operations/ensuring" */ export declare function ensuring(finalizer: Effect): (self: import("../definition").Channel) => import("../definition").Channel; //# sourceMappingURL=ensuring.d.ts.map