/** * Explore subagent — read-only codebase exploration. * * This subagent is given a focused task (e.g., "find all usages of X", * "understand how module Y works") and uses read-only tools to explore * the codebase, then returns a concise summary of its findings. */ import type { HarnessSubagent } from '@mastra/core/harness'; export declare const exploreSubagent: HarnessSubagent; //# sourceMappingURL=explore.d.ts.map