export function computeSelectorStats(trace: any): { totalElapsed: number; totalMatchAttempts: number; totalMatchCount: number; selectors: any; wastedSelectors: any; }; //# sourceMappingURL=selector-stats.d.ts.map