/** * Minimal-disclosure snippet: a char-window around a match offset (L1). * Unicode-safe (operates on code points). `…` marks each truncated end. */ export declare function extractSnippet(text: string, offset: number, window?: number): string;