export function extractTestCoverage({ truncatedPath, jestOutput }: { truncatedPath: any; jestOutput: any; }): string;