export declare class SingletonMap { private static readonly map; static update(key: string, obj: any): void; }