- reduce<Tinput, IreduceCallback, Toptions, Taccumulator, TcallbackItems, TcallbackKeys>(input, reduceCb, accumulator, options?): IfAnd<IfExtends<Tinput, AsyncGenerator<any>>, IsPropFalse<"props", Toptions>, Promise<Unliteral<Taccumulator>>, Unliteral<Taccumulator>>