/** Emit `onInput` event on give input with given value */
export declare function changeInputValue(input: HTMLInputElement, value: string): void;
