/**
 * Reset Git repo contents
 */
declare function resetGitRepoContents(target: string): Promise<void>;

export { resetGitRepoContents };
