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>; export default _default;