/** * Plan subagent — read-only analysis and planning. * * This subagent is given a task to analyze and produces a structured * implementation plan. It can read the codebase to understand existing * patterns and architecture, but cannot modify anything. */ import type { HarnessSubagent } from '@mastra/core/harness'; export declare const planSubagent: HarnessSubagent; //# sourceMappingURL=plan.d.ts.map