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