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