import { ShieldsIOOptions } from "../../options";
/** Label for GitHub go.mod Go version (branch) (/github/go-mod/go-version/:user/:repo/:branch) */
export declare const label = "GitHub go.mod Go version (branch)";
/** URL for GitHub go.mod Go version (branch) (/github/go-mod/go-version/:user/:repo/:branch) */
export declare const url: (user: string, repo: string, branch: string, options?: ShieldsIOOptions | undefined) => string;
