/** * Run the AI-Agent with the given arguments * First tries to use a locally installed binary (via PATH or common locations), then falls back to uvx * * @param args - Arguments to pass to the AI-Agent * @returns Exit code from the AI-Agent process */ export declare function runAIAgent(args: string[]): number; //# sourceMappingURL=ai-agent.d.ts.map