import type { LLMChunk } from "../types.ts"; export declare function createStreamGenerator(source: AsyncIterable, extractDelta: (chunk: T) => string): AsyncGenerator; //# sourceMappingURL=stream-utils.d.ts.map