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