import { ShieldsIOOptions } from "../../options";
/** Label for Sonar Test Count (/sonar/:metric/:component?server=http%3A%2F%2Fsonar.petalslink.com&sonarVersion=4.2) */
export declare const label = "Sonar Test Count";
/** URL for Sonar Test Count (/sonar/:metric/:component?server=http%3A%2F%2Fsonar.petalslink.com&sonarVersion=4.2) */
export declare const url: (metric: string, component: string, options?: ShieldsIOOptions | undefined) => string;
