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