export declare function prefetchIterable<T>(iterable: Iterable<T>, size: number): Iterable<T>;
//# sourceMappingURL=prefetch.d.mts.map