export declare function statusCommand(args: string[]): Promise; /** Detect shipped sprints with no scorecard on disk. Used by status to * surface the "post-hole skipped" pattern (#318). */ export declare function computeScorecardDrift(cwd: string): { missing: number[]; }; //# sourceMappingURL=status.d.ts.map