declare const gitPull: (pathToRepo: string) => Promise<{ stdout: string; stderr: string; }>; export default gitPull;