import { ShieldsIOOptions } from "../../options";
/** Label for Wercker CI Run (/wercker/ci/:applicationId/:branch) */
export declare const label = "Wercker CI Run";
/** URL for Wercker CI Run (/wercker/ci/:applicationId/:branch) */
export declare const url: (applicationid: string, branch: string, options?: ShieldsIOOptions | undefined) => string;
