export function getOrInsert(map: Map, key: K, computer: () => V): V;