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