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