/** * Reset Git repo contents */ declare function resetGitRepoContents(target: string): Promise; export { resetGitRepoContents };