/** * Set the selection range for an input, -1 implies to end of input * @param el * @param start * @param end */ export default function setSelection(el: HTMLInputElement, start: number, end: number): void;