import { ShieldsIOOptions } from "../../options";
/** Label for Gem download rank (/gem/rt/:gem) */
export declare const label = "Gem download rank";
/** URL for Gem download rank (/gem/rt/:gem) */
export declare const url: (gem: string, options?: ShieldsIOOptions | undefined) => string;
