import TypedArray from "./TypedArray.js"; declare const TypedArrayPrototypeValues: (t: TypedArray) => ReturnType; export = TypedArrayPrototypeValues;