import type { SupenAppServerEvent, SupenDriverOutput } from './types.js'; type EventContext = { threadId?: string; turnId?: string; }; export declare function driverOutputsToAppServerEvents(outputs: SupenDriverOutput[], context?: EventContext): SupenAppServerEvent[]; export {}; //# sourceMappingURL=app-server-stream.d.ts.map