import type { AgentAdapter, AgentConfig } from './types.js'; import type { AgentConfig as DaemonAgentConfig } from '../types/index.js'; export declare function createAgentAdapter(config: AgentConfig, daemonConfig?: DaemonAgentConfig): AgentAdapter;