import * as S from "../HashSet/index.js"; import type { HashMap } from "./index.js"; /** * Get the set of keys */ export declare function keySet(self: HashMap): S.HashSet; //# sourceMappingURL=keySet.d.ts.map