import { Tool as toolDecorator } from "./Tool"; export type { ToolDecoratorParams } from "./Tool"; export { toolDecorator as Tool };