export declare function lazy(getter: () => T): () => T; export declare function computeIfAbsent(map: Map, key: K, getter: (key: K) => V): V; export declare function mutateWithDefault(map: Map, key: K, initialValue: V, mutator: (value: V, key: K) => void): V; //# sourceMappingURL=Util.d.ts.map