import { Predicate } from "@tsplus/stdlib/data/Predicate"; import { TSet } from "@effect/core/stm/TSet/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/TSet.Aspects removeIf * @tsplus pipeable effect/core/stm/TSet removeIf * @tsplus location "@effect/core/stm/TSet/operations/removeIf" */ export declare function removeIf(p: Predicate): (self: TSet) => STM>; //# sourceMappingURL=removeIf.d.ts.map