export declare const ensureChatComposerCaretInside: (editable: HTMLElement) => Selection | null; export declare const insertChatComposerTextAtCursor: (editable: HTMLElement, text: string) => boolean;