export declare function clickElement(element: Element): Promise<void>;
export declare function moveToElement(element: Element): Promise<void>;
