import { ShieldsIOOptions } from "../../options";
/** Label for Cdnjs (/cdnjs/v/:library) */
export declare const label = "Cdnjs";
/** URL for Cdnjs (/cdnjs/v/:library) */
export declare const url: (library: string, options?: ShieldsIOOptions | undefined) => string;
