import type { AgentTool } from "@mariozechner/pi-agent-core"; export declare function buildTypeboxSchema(schema: Record): any; export declare function loadDeclarativeTools(agentDir: string): Promise[]>;