export declare function emplaceMap<Key, T>(dict: Map<Key, T>, key: Key, generator: () => T): T;
