/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index"; import * as Scrapybara from "../../api/index"; import * as core from "../../core"; import { Button } from "./Button"; import { ClickMouseActionClickType } from "./ClickMouseActionClickType"; export declare const ClickMouseAction: core.serialization.ObjectSchema; export declare namespace ClickMouseAction { interface Raw { button: Button.Raw; click_type?: ClickMouseActionClickType.Raw | null; coordinates?: number[] | null; num_clicks?: number | null; hold_keys?: string[] | null; screenshot?: boolean | null; } }