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