export declare class Git { run(args: string[], options?: { cwd: string; }): Promise; }