import { ToolOptions } from "@blaxel/core"; import type { Tool } from "ai"; export declare const blTool: (name: string, options?: ToolOptions | number) => Promise>; export declare const blTools: (names: string[], options?: ToolOptions | number) => Promise>;