import { ShieldsIOOptions } from "../../options";
/** Label for npm (scoped) (/npm/v/:scope/:packageName) */
export declare const label = "npm (scoped)";
/** URL for npm (scoped) (/npm/v/:scope/:packageName) */
export declare const url: (scope: string, packagename: string, options?: ShieldsIOOptions | undefined) => string;
