export declare function getGitState(rootPath: string): { sha: string | null; branch: string | null; };