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