reduceRight<T>(fn: (value: T, node: this, index: number) => T, initialValue?: T): Array<T>;