import { SortedSet } from "@tsplus/stdlib/collections/SortedSet/definition";
/**
* @tsplus pipeable-operator SortedSet +
* @tsplus static SortedSet.Aspects add
* @tsplus pipeable SortedSet add
* @tsplus location "@tsplus/stdlib/collections/SortedSet/add"
*/
export declare function add(value: A): (self: SortedSet) => SortedSet;
//# sourceMappingURL=add.d.ts.map