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