import { ShieldsIOOptions } from "../../options";
/** Label for Azure DevOps builds (stage) (/azure-devops/build/:organization/:projectId/:definitionId/:branch*?stage=Successful%20Stage) */
export declare const label = "Azure DevOps builds (stage)";
/** URL for Azure DevOps builds (stage) (/azure-devops/build/:organization/:projectId/:definitionId/:branch*?stage=Successful%20Stage) */
export declare const url: (organization: string, projectid: string, definitionid: string, branch: string, options?: ShieldsIOOptions | undefined) => string;
