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