/**
* Split an async generator into multiple async generators, all drawing from the same source.
*/exportdeclarefunction splitAsyncGenerator<T>(source: AsyncGenerator<T>, n: number): Array<AsyncGenerator<T>>;
//# sourceMappingURL=splitAsyncGenerator.d.ts.map