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