import { Predicate } from "@tsplus/stdlib/data/Predicate"; import { TSet } from "@effect/core/stm/TSet/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Removes elements matching predicate. * @tsplus static effect/core/stm/TSet.Aspects removeIfDiscard * @tsplus pipeable effect/core/stm/TSet removeIfDiscard * @tsplus location "@effect/core/stm/TSet/operations/removeIfDiscard" */ export declare function removeIfDiscard(p: Predicate): (self: TSet) => STM; //# sourceMappingURL=removeIfDiscard.d.ts.map