export type IterableUnion = AsyncIterable | Iterable; type IteratorUnion = AsyncIterator | Iterator; export declare function getIterator(it: IterableUnion): IteratorUnion; export {}; //# sourceMappingURL=iterable-union.d.ts.map