export interface IterableLike { [Symbol.iterator]: () => Iterator | IterableIterator; } //# sourceMappingURL=IterableLike.d.ts.map