import { SortedMap } from "@tsplus/stdlib/collections/SortedMap/definition"; /** * @tsplus getter SortedMap size * @tsplus location "@tsplus/stdlib/collections/SortedMap/size" */ export declare function size(self: SortedMap): number; //# sourceMappingURL=size.d.ts.map