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