declare const _default: import("eve/tools").ToolDefinition<{ action: "check" | "click" | "fill" | "hover" | "text"; by: "alt" | "first" | "label" | "last" | "placeholder" | "role" | "testid" | "text" | "title"; exact: boolean; name?: string | undefined; query: string; value?: string | undefined; }, unknown> & { execute(input: { action: "check" | "click" | "fill" | "hover" | "text"; by: "alt" | "first" | "label" | "last" | "placeholder" | "role" | "testid" | "text" | "title"; exact: boolean; name?: string | undefined; query: string; value?: string | undefined; }, ctx: import("eve/tools").ToolContext): Promise; }; export default _default;