import { z } from "zod/v3";

//#region src/components/execution/streaming.d.ts

interface SseResponse {
  body: string;
  statusCode: number;
  headers: Record<string, string>;
}
//#endregion
export { SseResponse };
//# sourceMappingURL=streaming.d.cts.map