import TypedArray from "./TypedArray.js"; declare const TypedArrayPrototypeJoin: (t: TypedArray, ...a: Parameters) => ReturnType; export = TypedArrayPrototypeJoin;