export declare function toLazy<T>(iterable: Iterable<T>): Generator<T, void, undefined>;
export declare function toLazyAsync<T>(iterable: AsyncIterable<T>): AsyncGenerator<T, void, undefined>;
//# sourceMappingURL=toLazy.d.ts.map