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