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