/** * This file was auto-generated by Fern from our API Definition. */ export type ConnectionType = "SSE" | "StreamableHttp"; export declare const ConnectionType: { readonly Sse: "SSE"; readonly StreamableHttp: "StreamableHttp"; };