import type { AgentConfig } from "@opencode-ai/sdk"; import type { AgentPromptMetadata } from "./types"; export declare const PERFORMANCE_ANALYST_PROMPT_METADATA: AgentPromptMetadata; export declare function createPerformanceAnalystAgent(model?: string): AgentConfig; export declare const performanceAnalystAgent: AgentConfig;