function fetchStatusimport { fetchStatus } from "https://deno.land/x/release_up@0.6.0/src/status.ts"; fetchStatus(repo: string): Promise<Status>Parametersrepo: stringReturnsPromise<Status>