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