export declare const ensureIterable: (x: any) => IterableIterator; export declare const ensureIterator: (x: any) => IterableIterator; //# sourceMappingURL=ensure.d.ts.map