export interface IHashMapGeneric { [id: string]: T; } //# sourceMappingURL=IHashMapGeneric.d.ts.map