import TypedArray from "./TypedArray.js"; declare const TypedArrayPrototypeToReversed: (t: TypedArray, ...a: any) => any; export = TypedArrayPrototypeToReversed;