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