import { AgentRuntime } from '../runtime/AgentRuntime';
export declare function initializeFramework(): Promise<AgentRuntime>;
