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