import type { AgentConfig } from './types.js'; export declare function runDaemon(action: 'start' | 'stop' | 'status', config: AgentConfig): Promise; //# sourceMappingURL=daemon.d.ts.map