import './load-env.js'; import type { AgentConfig } from '../types/index.js'; export declare function startDaemon(config: AgentConfig): Promise;