import type { AgentTool } from '@earendil-works/pi-agent-core'; export declare function createListDirTool(workspace: string): AgentTool; export declare const listDirTool: AgentTool;