import type { Api, AssistantMessageEventStream, Context, Model, SimpleStreamOptions } from "@mariozechner/pi-ai"; /** * The single Pi transport boundary used by both conversational and worker * agents. Pi keeps native tool calls; InkOS adds context guards, trajectory * headers, cancellation, and stream deadlines around the request. */ export declare function guardedPiStream(model: Model, context: Context, options?: SimpleStreamOptions): AssistantMessageEventStream; //# sourceMappingURL=pi-stream.d.ts.map