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