import type { ToolDefinition } from "./context.js"; export declare const TOOL_REGISTRY: readonly ToolDefinition[]; export declare const DAEMON_TOOL_REGISTRY: readonly ToolDefinition[]; export declare const ALL_TOOL_REGISTRY: readonly ToolDefinition[]; //# sourceMappingURL=tool-registry.d.ts.map