import type { AnyAgentTool } from "./common.js"; export declare function createArchitectPipelineTool(options: { workspaceDir: string; }): AnyAgentTool;