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