export * from './hash-map'; export type HashFunction = (key: K) => number;