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