/** * Groups highlights that have overlapping or adjacent context. The input must be sorted. */ export declare const mergeContext: (context: number, highlights: T[]) => T[][]; //# sourceMappingURL=FileMatchContext.d.ts.map