import { HashMap } from "@tsplus/stdlib/collections/HashMap/definition"; /** * Returns the number of entries within the `HashMap`. * @tsplus getter HashMap size * @tsplus location "@tsplus/stdlib/collections/HashMap/operations/size" */ export declare function size(self: HashMap): number; //# sourceMappingURL=size.d.ts.map