declare class Git { getCommit: (cwd?: any) => Promise; getBranch: (cwd?: any) => Promise; getCommitTs: (cwd?: any, outputFormat?: string) => Promise; } declare const instance: Git; export default instance;