export interface ShorthandWeakMap> { (key: K): V | undefined; (key: K, value: V): V; } export declare const shorthandWeakMap: () => ShorthandWeakMap; //# sourceMappingURL=maps.d.ts.map