import { TypeSources } from "./analyze-trace-utilities"; export declare function reportHighlights(tracePath: string, typeSources: TypeSources | undefined, thresholdDuration: number, minDuration: number, minPercentage: number, importExpressionThreshold: number): Promise;