import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; import { TSet } from "@effect/core/stm/TSet/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Removes elements from the set. * @tsplus static effect/core/stm/TSet.Aspects deleteAll * @tsplus pipeable effect/core/stm/TSet deleteAll * @tsplus location "@effect/core/stm/TSet/operations/deleteAll" */ export declare function deleteAll(as: Collection): (self: TSet) => STM; //# sourceMappingURL=deleteAll.d.ts.map