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