declare function getSparkleResting(): Element | null; declare function getSparkleThinking(): Element | null; declare function getSubmitButton(): HTMLElement | null; declare function getInputArea(): HTMLElement | null; declare function getTextarea(): HTMLTextAreaElement | null; declare function setTextarea(message: string): void; declare function getRegenerateButton(): HTMLElement | null; declare function getResponseElementHTMLs(): string[]; declare function getLastPrompt(): Element | null; declare function getLatestPromptText(): string; declare function isGenerating(): boolean; declare function send(message: string): Promise; declare function onSend(callback: () => void): void; declare function setPromptListener(key?: string): void; declare const index_getInputArea: typeof getInputArea; declare const index_getLastPrompt: typeof getLastPrompt; declare const index_getLatestPromptText: typeof getLatestPromptText; declare const index_getRegenerateButton: typeof getRegenerateButton; declare const index_getResponseElementHTMLs: typeof getResponseElementHTMLs; declare const index_getSparkleResting: typeof getSparkleResting; declare const index_getSparkleThinking: typeof getSparkleThinking; declare const index_getSubmitButton: typeof getSubmitButton; declare const index_getTextarea: typeof getTextarea; declare const index_isGenerating: typeof isGenerating; declare const index_onSend: typeof onSend; declare const index_send: typeof send; declare const index_setPromptListener: typeof setPromptListener; declare const index_setTextarea: typeof setTextarea; declare namespace index { export { index_getInputArea as getInputArea, index_getLastPrompt as getLastPrompt, index_getLatestPromptText as getLatestPromptText, index_getRegenerateButton as getRegenerateButton, index_getResponseElementHTMLs as getResponseElementHTMLs, index_getSparkleResting as getSparkleResting, index_getSparkleThinking as getSparkleThinking, index_getSubmitButton as getSubmitButton, index_getTextarea as getTextarea, index_isGenerating as isGenerating, index_onSend as onSend, index_send as send, index_setPromptListener as setPromptListener, index_setTextarea as setTextarea, }; } export { getSparkleThinking as a, getSubmitButton as b, getInputArea as c, getTextarea as d, getRegenerateButton as e, getResponseElementHTMLs as f, getSparkleResting as g, getLastPrompt as h, index as i, getLatestPromptText as j, isGenerating as k, send as l, setPromptListener as m, onSend as o, setTextarea as s };