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