export {
GatewayBrowserClient,
readLocalGatewayToken,
type GatewayBrowserClientOptions,
type GatewayBrowserStream,
type WebSocketLike,
} from "./GatewayBrowserClient.js";
export {
PILOTDECK_GATEWAY_PROTOCOL_VERSION_WEB,
type WebActiveTurnSnapshot,
type WebActiveTurnSnapshotInput,
type WebChannelAttachment,
type WebElicitationAnswer,
type WebElicitationQuestion,
type WebEventFrame,
type WebGatewayChannelKey,
type WebGatewayEvent,
type WebGatewayFrame,
type WebGatewayMethod,
type WebGatewayMode,
type WebHelloOk,
type WebListProjectsResult,
type WebListSessionsInput,
type WebListSessionsResult,
type WebPermissionDecision,
type WebProjectSummary,
type WebReadSessionMessagesInput,
type WebReadSessionMessagesResult,
type WebRequestFrame,
type WebResponseFrame,
type WebSessionInfo,
type WebSubmitTurnInput,
} from "./protocol.js";
export {
applyWebGatewayEvent,
createWebMessageReducerState,
type WebMessage,
type WebMessageKind,
type WebMessageReducerOptions,
type WebMessageReducerState,
type WebMessageRole,
} from "./webMessage.js";