export declare class Container { protected elements: Map; set(id: string, obj: object): void; get(id: string): any; has(id: string): boolean; }