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