import type * as Phonic from "../index.js";
export type ToolDefinition = Phonic.ToolName | Phonic.InlineWebSocketTool;
