import type { CommandPlan, LanguageProfile, PlanLanguageOptions, PlanLanguageResult } from './types.js'; export declare function planLanguageOperation(options: PlanLanguageOptions): Promise; export declare function validateCommandPlan(plan: CommandPlan, profile: LanguageProfile, projectRoot: string): string[]; //# sourceMappingURL=plan.d.ts.map