import type { Command } from "commander"; import type { CliContainer } from "../container.js"; export declare function registerPlanCommand(program: Command, container: CliContainer): void; export declare function resolvePlanDirectory(container: CliContainer, options?: { readOnly?: boolean; }): Promise;