export { type OfficeBridgeClientOptions, type OfficeBridgeController, startOfficeBridge, } from "./client.js"; export { BRIDGE_PROTOCOL_VERSION, type BridgeApp, type BridgeError, type BridgeEventMessage, type BridgeHelloMessage, type BridgeHostInfo, type BridgeInvokeMessage, type BridgeInvokeMethod, type BridgeInvokeRequest, type BridgeResponseMessage, type BridgeSessionSnapshot, type BridgeStoredEvent, type BridgeToolDefinition, type BridgeToolExecutionResult, type BridgeVfsDeleteParams, type BridgeVfsEntry, type BridgeVfsListParams, type BridgeVfsReadParams, type BridgeVfsReadResult, type BridgeVfsWriteParams, type BridgeWelcomeMessage, type BridgeWireMessage, createBridgeId, DEFAULT_BRIDGE_HOST, DEFAULT_BRIDGE_HTTP_URL, DEFAULT_BRIDGE_PORT, DEFAULT_BRIDGE_WS_PATH, DEFAULT_BRIDGE_WS_URL, DEFAULT_REQUEST_TIMEOUT_MS, extractToolError, extractToolImages, extractToolText, getDefaultRawExecutionTool, normalizeBridgeUrl, serializeForJson, toBridgeError, uint8ArrayToBase64, } from "./protocol.js"; //# sourceMappingURL=index.d.ts.map