import { ShieldsIOOptions } from "../../options";
/** Label for Conda (/conda/v/:channel/:package) */
export declare const label = "Conda";
/** URL for Conda (/conda/v/:channel/:package) */
export declare const url: (channel: string, packageName: string, options?: ShieldsIOOptions | undefined) => string;
