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