/**
 * @param label performance execution time label
 * @param func the execution time of the function is supposed to be measured
 * @param count the function should be called a specific number of times, default is `100`
 */
export declare const performanceMeasure: (label: string, func: () => void, count?: number) => void;
//# sourceMappingURL=performanceMeasure.d.ts.map