forEach<T>(
        object: _.Dictionary<T>,
        iterator: _.ObjectIterator<T, void>,
        context?: any): _.Dictionary<T>;