export declare function insertTextAtCursor(text: string, textarea: HTMLTextAreaElement): void;
