import { ShieldsIOOptions } from "../../options";
/** Label for Wercker Build (/wercker/build/:userName/:applicationName) */
export declare const label = "Wercker Build";
/** URL for Wercker Build (/wercker/build/:userName/:applicationName) */
export declare const url: (username: string, applicationname: string, options?: ShieldsIOOptions | undefined) => string;
