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