/** * Squad Remote Control — SDK exports */ export { RemoteBridge } from './bridge.js'; export { RC_PROTOCOL_VERSION, serializeEvent, parseCommand, type RCMessage, type RCAgent, type RCServerEvent, type RCClientCommand, type RCStatusEvent, type RCHistoryEvent, type RCDeltaEvent, type RCCompleteEvent, type RCAgentsEvent, type RCToolCallEvent, type RCPermissionEvent, type RCUsageEvent, type RCErrorEvent, type RCPongEvent, type RCPromptCommand, type RCDirectCommand, type RCSlashCommand, type RCPermissionResponse, type RCPingCommand, type RCToolCallSummary, } from './protocol.js'; export type { RemoteBridgeConfig, RemoteConnection, ConnectionState, } from './types.js'; //# sourceMappingURL=index.d.ts.map