import { SortedSet } from "@tsplus/stdlib/collections/SortedSet/definition";
/**
* Calculate the number of keys in the set.
* @tsplus getter SortedSet size
* @tsplus location "@tsplus/stdlib/collections/SortedSet/size"
*/
export declare function size(self: SortedSet): number;
//# sourceMappingURL=size.d.ts.map