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