/*! * The MIT License Copyright (c) 2018 Dmitriy Kubyshkin Copied from https://github.com/grassator/insert-text-at-cursor */ export declare function insertText(input: HTMLTextAreaElement | HTMLInputElement, text: string): void;