import TypedArray from "./TypedArray.js"; declare const TypedArrayPrototypeReduce: (t: TypedArray, ...a: Parameters) => ReturnType; export = TypedArrayPrototypeReduce;