import type { CompressionResult } from './types.js'; /** Exact repeated sequences preserve order, timestamps and whitespace inline. */ export declare function compressLogPeriods(text: string, protectedLine: (line: string) => boolean): CompressionResult | null; //# sourceMappingURL=log-periods.d.ts.map