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