import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; import { TMap } from "@effect/core/stm/TMap/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Deletes all entries associated with the specified keys. * @tsplus static effect/core/stm/TMap.Aspects deleteAll * @tsplus pipeable effect/core/stm/TMap deleteAll * @tsplus location "@effect/core/stm/TMap/operations/deleteAll" */ export declare function deleteAll(ks: Collection): (self: import("../definition").TMap) => STM; //# sourceMappingURL=deleteAll.d.ts.map