declare type Dictionary<T> = {
    [idx: string]: T;
};
