export declare const resolveCommitHash: (options?: {
    cwd?: string;
    env?: NodeJS.ProcessEnv;
}) => string | null;
