declare const _default: import("eve/tools").ToolDefinition<{ action: "close" | "list" | "new" | "switch"; label?: string | undefined; target?: string | undefined; url?: string | undefined; }, unknown> & { execute(input: { action: "close" | "list" | "new" | "switch"; label?: string | undefined; target?: string | undefined; url?: string | undefined; }, ctx: import("eve/tools").ToolContext): Promise; }; export default _default;