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