export declare const cached: (input: Iterable) => () => { [Symbol.iterator](): IterableIterator; next(): IteratorResult; }; //# sourceMappingURL=cached.d.ts.map