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