import type { GitStatus } from './types.js'; export declare function getGitStatus(cwd?: string): GitStatus | null;