export declare class ItemDictionary { Get(key: string): T; Add(key: string, value: T): void; }