import { ShieldsIOOptions } from "../../options";
/** Label for Azure DevOps coverage (branch) (/azure-devops/coverage/:organization/:project/:definitionId/:branch) */
export declare const label = "Azure DevOps coverage (branch)";
/** URL for Azure DevOps coverage (branch) (/azure-devops/coverage/:organization/:project/:definitionId/:branch) */
export declare const url: (organization: string, project: string, definitionid: string, branch: string, options?: ShieldsIOOptions | undefined) => string;
