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