import { type BrowserChatMessageV1 } from "./browser-chat-protocol.js"; export interface BrowserChatBridgeOptions { nonce: string; parentOrigin: string; onAccepted?: (message: BrowserChatMessageV1) => void; } export declare function installBrowserChatBridge(options: BrowserChatBridgeOptions): () => void; //# sourceMappingURL=browser-chat-bridge.d.ts.map