import { StreamingArgs, StreamingResult } from './types'; /** * This function will automatically build a compact result of * LLM's response including normal response and function calling. * @param args * @returns the compact result. */ export declare function streaming(args: StreamingArgs): Promise; //# sourceMappingURL=streaming.d.ts.map