forEach<T>(
        list: _.List<T>,
        iterator: _.ListIterator<T, void>,
        context?: any): _.List<T>;