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