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