import { SimpleGit } from "simple-git"; import { RemoteFetcher } from "../fetcher.js"; export declare const GitRemoteFetcher: (git: SimpleGit) => RemoteFetcher;