export interface Hashtable { [key: string]: T; }