import type { GitContext } from './types.js'; /** * Resolve the source-control context used by a deployment decision. Git is a * best-effort enhancement: callers can still evaluate all findings when the * target directory is not a repository. */ export declare function getGitContext(projectPath: string, baseRef?: string, headRef?: string): Promise; //# sourceMappingURL=git.d.ts.map