export declare function gitInfo(noGit: () => void): Promise<{
    commit: string | null;
    author: string | null;
}>;
