import { SortedSet } from "@tsplus/stdlib/collections/SortedSet/definition"; /** * If element is present in the set then it will be removed, otherwise it will * be added. * @tsplus static SortedSet.Aspects toggle * @tsplus pipeable SortedSet toggle * @tsplus location "@tsplus/stdlib/collections/SortedSet/toggle" */ export declare function toggle(value: A): (self: SortedSet) => SortedSet; //# sourceMappingURL=toggle.d.ts.map