export default class ObjectMap { private map; has(key: string): boolean; get(key: string): any; put(key: string, object: any): void; }