/** * Perform an click action on the given element * @param action The action to perform (click or doubleClick) * @param type Type of the element (link or selector) * @param selector Element selector */ export declare function clickElement(action: "click" | "doubleClick", type: string, selector: string): Promise; //# sourceMappingURL=clickElement.d.ts.map