import { Command } from "@gajae-code/utils/cli"; import { type RalplanCommandResult } from "../gjc-runtime/ralplan-runtime"; /** Public CLI path: validate --worktree-root before any settings migration, then dispatch. */ export declare function runRalplanCliCommand(args: string[], cwd: string): Promise; export default class Ralplan extends Command { static description: string; static strict: boolean; static examples: string[]; run(): Promise; }