import type { AgentConfig } from './config.js'; /** Enable timestamped console output — call once at startup for daemon/log mode. */ export declare function enableLogTimestamps(): void; export declare function start(config: AgentConfig, daemon?: boolean, pidFile?: string, launchSpecPath?: string, launchSpecDigest?: string, upgradeJobId?: string): Promise;