import { ShieldsIOOptions } from "../../options";
/** Label for Sonar Test Execution Time (/sonar/test_execution_time/:component?server=https%3A%2F%2Fsonarcloud.io&sonarVersion=4.2) */
export declare const label = "Sonar Test Execution Time";
/** URL for Sonar Test Execution Time (/sonar/test_execution_time/:component?server=https%3A%2F%2Fsonarcloud.io&sonarVersion=4.2) */
export declare const url: (component: string, options?: ShieldsIOOptions | undefined) => string;
