export { initializeAgentNativeClient } from "../client-bootstrap.js"; export { ensureEmbedAuthFetchInterceptor, getEmbedAuthToken, isEmbedAuthActive, isEmbedMcpChatBridgeActive, } from "../embed-auth.js"; export { sendToFrame, onFrameMessage, requestUserInfo, getFrameOrigin, getFramePostMessageTargetOrigin, getCallbackOrigin, oauthRedirectUri, isInFrame, enterStyleEditing, enterTextEditing, exitSelectionMode, type UserInfo, } from "../frame.js"; export { getBuilderParentOrigin, isInBuilderFrame, sendToBuilderChat, type BuilderChatMessage, } from "../builder-frame.js"; export { AgentNative, useAgentNativeScreenContext, type AgentNativeCommandCallback, type AgentNativeCommandCallbackInfo, type AgentNativeProps, } from "../AgentNative.js"; export { AgentNativeEmbedded, useAgentNativeEmbeddedBrowserSession, type AgentNativeEmbeddedBrowserSessionOptions, type AgentNativeEmbeddedCommandCallback, type AgentNativeEmbeddedCommandCallbackInfo, type AgentNativeEmbeddedProps, type UseAgentNativeEmbeddedBrowserSessionOptions, } from "../AgentNativeEmbedded.js"; export { defineClientAction, type AgentNativeClientActionDefinition, type AgentNativeClientActionRunner, } from "../client-action.js"; export { AgentNativeFrame, type AgentNativeFrameProps, } from "../AgentNativeFrame.js"; export { AgentNativeRouteWarmup, type AgentNativeRouteWarmupProps, } from "../route-warmup.js"; export { AgentNativeExtensionFrame, AgentNativeExtensionSlot, type AgentNativeExtensionFrameProps, type AgentNativeExtensionPermissionList, type AgentNativeExtensionSlotProps, type AgentNativeExtensionStorageScopeList, } from "../extensions/AgentNativeExtensionFrame.js"; export { AGENT_NATIVE_EXTENSION_MESSAGE_TYPES, buildAgentNativeExtensionHtml, createHttpAgentNativeExtensionStorage, createLocalStorageAgentNativeExtensionStorage, getAgentNativeExtensionManifest, isAgentNativeExtensionAllowedInSlot, normalizeAgentNativeExtensionSandbox, type AgentNativeExtensionDefinition, type AgentNativeExtensionManifest, type AgentNativeExtensionMessageType, type AgentNativeExtensionStorage, type AgentNativeExtensionStorageContext, type AgentNativeExtensionStorageOptions, type AgentNativeExtensionStorageRow, type AgentNativeExtensionStorageScope, type BuildAgentNativeExtensionHtmlOptions, type CreateHttpAgentNativeExtensionStorageOptions, } from "../extensions/portable-extension.js"; export { buildSessionReplayIframeBootstrap, injectSessionReplayIframeBootstrap, } from "../../extensions/session-replay-iframe.js"; export { SESSION_REPLAY_IFRAME_ATTRIBUTE, SESSION_REPLAY_IFRAME_PROBE, SESSION_REPLAY_IFRAME_START, SESSION_REPLAY_IFRAME_STOP, } from "../../session-replay-iframe-protocol.js"; export { AGENT_NATIVE_HOST_BRIDGE_VERSION, AGENT_NATIVE_HOST_MESSAGE_TYPES, announceAgentNativeFrameReady, createAgentNativeHostBridge, defaultAgentNativeHostCommands, onAgentNativeHostInit, readAgentNativeScreenContext, requestAgentNativeHostActions, requestAgentNativeHostContext, runAgentNativeHostAction, sendAgentNativeHostCommand, type AgentNativeActionAvailability, type AgentNativeActionManifestEntry, type AgentNativeClientAction, type AgentNativeClientActionApprovalConfig, type AgentNativeClientActionGetter, type AgentNativeClientActionRuntime, type AgentNativeClientActions, type AgentNativeHostAuth, type AgentNativeHostAuthPayload, type AgentNativeHostBridge, type AgentNativeHostBridgeEvent, type AgentNativeHostBridgeOptions, type AgentNativeHostCapabilities, type AgentNativeHostCommandHandler, type AgentNativeHostCommandHandlers, type AgentNativeHostCommandRequest, type AgentNativeHostContext, type AgentNativeHostContextGetter, type AgentNativeHostInit, type AgentNativeHostMessageType, type AgentNativeHostRequestOptions, type AgentNativeHostResourceContext, type AgentNativeHostRouteContext, type AgentNativeHostSelectionContext, type AgentNativeHostSession, type AgentNativeJsonSchema, type AgentNativeScreenSnapshot, type AgentNativeScreenSnapshotOptions, type BuiltInAgentNativeHostCommand, } from "../host-bridge.js"; export { AGENT_NATIVE_HOST_TOOL_NAMES, createAgentNativeHostTools, type AgentNativeHostToolDefinition, type AgentNativeHostToolName, type AgentNativeHostToolParameters, type AgentNativeHostToolSet, type CreateAgentNativeHostToolsOptions, type RunAgentNativeHostActionToolInput, type SendAgentNativeHostCommandToolInput, } from "../host-tools.js"; export { createAgentNativeBrowserSessionBridge, startAgentNativeBrowserSessionBridge, type AgentNativeBrowserSessionBridge, type AgentNativeBrowserSessionBridgeOptions, } from "../browser-session-bridge.js"; export type { AgentNativeBrowserSession, AgentNativeBrowserSessionAction, AgentNativeBrowserSessionRecord, AgentNativeBrowserSessionRequest, AgentNativeBrowserSessionRequestStatus, AgentNativeBrowserSessionRequestType, CreateAgentNativeBrowserSessionRequestInput, RegisterAgentNativeBrowserSessionInput, } from "../../browser-sessions/types.js"; export type { AppToFrameMessage, FrameToAppMessage, FrameMessage, CodeCompleteMessage, ChatRunningMessage, } from "../frame-protocol.js"; export { IframeEmbed, parseEmbedBody } from "../IframeEmbed.js"; //# sourceMappingURL=index.d.ts.map