declare function getActionBar(): ShadowRoot | null; declare function getSubmitButton(): HTMLElement | null; declare function getTextarea(): HTMLTextAreaElement | null; declare function getStopGeneratingButton(): HTMLButtonElement | null; declare function getNewChatButton(): HTMLElement | null; declare function getConversation(): ShadowRoot | null; declare function getChatTurns(): ShadowRoot[] | null; declare function getSuggestionBar(): ShadowRoot | null; declare function getSuggestionBarButtons(): HTMLElement[]; declare function getRegenerateButton(): HTMLElement | null; declare function getLastChatTurn(): ShadowRoot | null; declare function getLastResponse(): ShadowRoot | null; declare function getLastResponseText(): string | null; declare function send(text: string): void; declare function onSend(callback: () => void): void; declare const index_getActionBar: typeof getActionBar; declare const index_getChatTurns: typeof getChatTurns; declare const index_getConversation: typeof getConversation; declare const index_getLastChatTurn: typeof getLastChatTurn; declare const index_getLastResponse: typeof getLastResponse; declare const index_getLastResponseText: typeof getLastResponseText; declare const index_getNewChatButton: typeof getNewChatButton; declare const index_getRegenerateButton: typeof getRegenerateButton; declare const index_getStopGeneratingButton: typeof getStopGeneratingButton; declare const index_getSubmitButton: typeof getSubmitButton; declare const index_getSuggestionBar: typeof getSuggestionBar; declare const index_getSuggestionBarButtons: typeof getSuggestionBarButtons; declare const index_getTextarea: typeof getTextarea; declare const index_onSend: typeof onSend; declare const index_send: typeof send; declare namespace index { export { index_getActionBar as getActionBar, index_getChatTurns as getChatTurns, index_getConversation as getConversation, index_getLastChatTurn as getLastChatTurn, index_getLastResponse as getLastResponse, index_getLastResponseText as getLastResponseText, index_getNewChatButton as getNewChatButton, index_getRegenerateButton as getRegenerateButton, index_getStopGeneratingButton as getStopGeneratingButton, index_getSubmitButton as getSubmitButton, index_getSuggestionBar as getSuggestionBar, index_getSuggestionBarButtons as getSuggestionBarButtons, index_getTextarea as getTextarea, index_onSend as onSend, index_send as send, }; } export { getSubmitButton as a, getTextarea as b, getStopGeneratingButton as c, getNewChatButton as d, getConversation as e, getChatTurns as f, getActionBar as g, getSuggestionBar as h, index as i, getSuggestionBarButtons as j, getRegenerateButton as k, getLastChatTurn as l, getLastResponse as m, getLastResponseText as n, onSend as o, send as s };