import type { GitSnapshot } from './types.js'; /** * Collect a lightweight Git snapshot for the dashboard. Best-effort: anything * that cannot be resolved (non-repo, missing HEAD, detached state) yields * empty/null fields rather than throwing. */ export declare function collectGitSnapshot(projectPath: string): Promise; //# sourceMappingURL=git.d.ts.map