import { ShieldsIOOptions } from "../../options";
/** Label for Codacy branch coverage (/codacy/coverage/:projectId/:branch) */
export declare const label = "Codacy branch coverage";
/** URL for Codacy branch coverage (/codacy/coverage/:projectId/:branch) */
export declare const url: (projectid: string, branch: string, options?: ShieldsIOOptions | undefined) => string;
