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