/** 現在位置に文字列を書き込む * * @param text 書き込みたい文字列 */ export function insertText(text: string): Promise;