/** * Purpose: Inline chat widget for browser-to-AI message push. * Why: Lets users type messages to the AI without leaving the browser. * Docs: docs/features/feature/browser-push/index.md */ /** * Toggle the chat widget visibility. * If visible, hides it. If hidden, shows it. */ export declare function toggleChatWidget(clientName?: string): void; //# sourceMappingURL=chat-widget.d.ts.map