import type { StreamEvent } from "@langchain/core/tracers/log_stream"; /** * Stream events with pretty printing */ export declare function prettyStreamEvents(streamEventsGenerator: AsyncGenerator): AsyncGenerator; //# sourceMappingURL=display.d.ts.map