import type { AgentConfig } from "@opencode-ai/sdk"; import type { AgentPromptMetadata } from "./types"; export declare const QUICK_TASK_PROMPT_METADATA: AgentPromptMetadata; export declare function createQuickTaskAgent(model: string): AgentConfig; export declare namespace createQuickTaskAgent { var mode: "primary"; }