import type { Config } from '../core/onboarding.js'; export declare const AGENT_PRIORITY: readonly ["agim", "native", "claude-code", "codex", "copilot", "cursor", "kimi-code", "qoder", "pi", "mimo", "opencode", "antigravity"]; export interface AgentReadiness { available: string[]; missing: string[]; } export declare function loadAgentRuntime(config: Config): Promise; export declare function checkAgentsFresh(config: Config): Promise; export declare function pickPreferredAgent(available: string[], currentDefault?: string): string | null; //# sourceMappingURL=readiness.d.ts.map