/** * Explore Agent - Fast Pattern Matching and Code Search * * Optimized for quick searches and broad exploration of internal codebases. * Uses parallel search strategies for maximum speed. * * Ported from oh-my-opencode's explore agent. */ import type { AgentConfig, AgentPromptMetadata } from './types.js'; export declare const EXPLORER_PROMPT_METADATA: AgentPromptMetadata; export declare const explorerAgent: AgentConfig; //# sourceMappingURL=explorer.d.ts.map