import type { ContextLine } from '../types.js'; export declare function getContextLines(lines: string[], matchLine: number, contextSize?: number): ContextLine[]; //# sourceMappingURL=context.d.ts.map