import type { ClickOptions } from "../../ClickOptions"; export declare function click({ button, clickCount, ...options }?: ClickOptions): Promise;