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