import { ReleaseMap } from "@effect/core/io/Scope/ReleaseMap/definition"; import { Effect } from "@effect/core/io/Effect/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; import { Scope } from "@effect/core/io/Scope/definition"; /** * Removes the finalizer associated with this key and returns it. * @tsplus static effect/core/io/ReleaseMap.Aspects remove * @tsplus pipeable effect/core/io/ReleaseMap remove * @tsplus location "@effect/core/io/Scope/ReleaseMap/operations/remove" */ export declare function remove(key: number): (self: ReleaseMap) => Effect>; //# sourceMappingURL=remove.d.ts.map