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