import { TSet } from "@effect/core/stm/TSet/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Atomically transforms the set into the intersection of itself and the * provided set. * @tsplus static effect/core/stm/TSet.Aspects intersect * @tsplus pipeable effect/core/stm/TSet intersect * @tsplus location "@effect/core/stm/TSet/operations/intersect" */ export declare function intersect(other: TSet): (self: TSet) => STM; //# sourceMappingURL=intersect.d.ts.map