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