import { type CodexVersionProbeResult } from './codex-feature-probe.js'; import { resolveInstalledRoleName } from '../subagents/tracker.js'; export declare const RALPLAN_HELP = "omx ralplan - fail-closed adapted-authority diagnostics\n\nUsage:\n omx ralplan preflight [--json]\n Required only when native role routing is unavailable and adapted Ralplan authority is requested.\n State-preserving diagnostic only. Ordinary work remains under its own workflow gates.\n omx ralplan role-intent write --role --parent-thread [--session ] [--ttl-ms ] [--json]\n Compatibility diagnostic only: installed roles are denied with unsupported_documented_leader_proof.\n"; export interface RalplanCommandDependencies { cwd?: () => string; stdout?: (line: string) => void; stderr?: (line: string) => void; resolveInstalledRoleName?: typeof resolveInstalledRoleName; probeCodexVersionDetailed?: () => CodexVersionProbeResult | null | undefined; } export declare function ralplanCommand(args: string[], deps?: RalplanCommandDependencies): Promise; //# sourceMappingURL=ralplan.d.ts.map