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