function fetchConfigimport { fetchConfig } from "https://deno.land/x/release_up@0.9.4/src/git.ts"; fetchConfig(repo: string): Promise<GitConfig>Parametersrepo: stringReturnsPromise<GitConfig>