import { HashMap } from "@tsplus/stdlib/collections/HashMap/definition"; /** * Checks if the `HashMap` contains any entries. * @tsplus getter HashMap isEmpty * @tsplus location "@tsplus/stdlib/collections/HashMap/operations/isEmpty" */ export declare function isEmpty(self: HashMap): boolean; //# sourceMappingURL=isEmpty.d.ts.map