/**
* This calculates the expected performance of the function, based on comparison
* to a baseline.
*/exportdefaultfunctioncalculateExpectedPerformance(baselineExpected: number, baselineActual: number, target: number): number;
//# sourceMappingURL=calculateExpectedPerformance.d.ts.map