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