import { TMap } from "@effect/core/stm/TMap/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Removes bindings matching predicate and returns the removed entries. * @tsplus static effect/core/stm/TMap.Aspects removeIf * @tsplus pipeable effect/core/stm/TMap removeIf * @tsplus location "@effect/core/stm/TMap/operations/removeIf" */ export declare function removeIf(f: (kv: readonly [K, V]) => boolean): (self: TMap) => STM>; //# sourceMappingURL=removeIf.d.ts.map