declare const gitLastCommit: (repositoryPath: string) => Promise; declare const gitShowFile: (repositoryPath: string, commit: string, file: string) => Promise; export { gitLastCommit, gitShowFile, };