declare const _default: import("eve/tools").ToolDefinition<{ attribute?: string | undefined; property: "attr" | "box" | "count" | "html" | "styles" | "text" | "title" | "url" | "value"; selector?: string | undefined; }, unknown> & { execute(input: { attribute?: string | undefined; property: "attr" | "box" | "count" | "html" | "styles" | "text" | "title" | "url" | "value"; selector?: string | undefined; }, ctx: import("eve/tools").ToolContext): Promise; }; export default _default;