import { ClickArgs } from "@re-do/model"; import { Context } from "../common.js"; export type { ClickArgs } from "@re-do/model"; export declare const click: ({ element }: ClickArgs, { page }: Context) => Promise;