export default function simulateNativeEvent(targetElement: HTMLElement, nativeEventName: 'change' | 'input'): boolean;