export declare function validateCommand(input?: string | string[]): void; /** * Reconcile closeout status into the modular sources. * * Returns false when reconciliation was blocked by a refusal to discard authored * projection content. That must fail the command: exiting 0 while planning work * is silently destroyed is the defect itself (GH #637). */ export declare function reconcileModularRoadmapSources(cwd: string, scorecards: Array<{ sprint: number; path: string; }>): boolean; //# sourceMappingURL=validate.d.ts.map