/** * OOBE Protocol - Agent Multi-LLM Integration Example * Demonstrates how to use different LLM providers through the Agent class */ declare function main(): Promise; export { main as runAgentLLMDemo }; //# sourceMappingURL=agent-llm-integration.d.ts.map