import type { Agent, AgentRunOptions } from '../agents.js'; export declare function runOpencodeSdkAgent(_agent: Agent, options: AgentRunOptions): Promise<{ output: string; exitCode: number; }>; //# sourceMappingURL=opencode-sdk.d.ts.map