export declare class SimulatorUtils { static simulateClick(element: Element): Promise; static simulateMouseInteraction(element: Element, options?: { includeFocus?: boolean; includeKeyboard?: boolean; includeDrag?: boolean; value?: any; }): void; }