import { Result } from "../../../util/result.js"; import { URL } from "../../../util/url.js"; import { SimpleGit } from "simple-git"; export declare function Get(git: SimpleGit, remote: URL, version: string, path: string): Promise>;