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