/** * `Symbol.iterator` shorthand (useful for minification/bundling). * * @category Primitives * @see [Symbol.iterator](https://mdn.io/Symbol.iterator) */ export declare const iteratorSymbol: typeof Symbol.iterator; /** * `Symbol.asyncIterator` shorthand (useful for minification/bundling). * * @category Primitives * @see [Symbol.asyncIterator](https://mdn.io/Symbol.asyncIterator) */ export declare const asyncIteratorSymbol: typeof Symbol.asyncIterator;