export declare const iterator: (x: Iterable) => Iterator; export declare const maybeIterator: (x: any) => any; //# sourceMappingURL=iterator.d.ts.map