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