import { Exit } from "@effect/core/io/Exit/definition"; import { ReleaseMap } from "@effect/core/io/Scope/ReleaseMap/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Runs the specified finalizer and removes it from the finalizers associated * with this scope. * @tsplus static effect/core/io/ReleaseMap.Aspects release * @tsplus pipeable effect/core/io/ReleaseMap release * @tsplus location "@effect/core/io/Scope/ReleaseMap/operations/release" */ export declare function release(key: number, exit: Exit): (self: ReleaseMap) => Effect; //# sourceMappingURL=release.d.ts.map