export declare class InsightsConfig { compactionIntervalMinutes: number; compactionBatchSize: number; compactionHourlyToDailyThresholdDays: number; compactionDailyToWeeklyThresholdDays: number; flushBatchSize: number; flushIntervalSeconds: number; maxAgeDays: number; pruneCheckIntervalHours: number; compactionMaxBatchesPerRun: number; compactionMaxRuntimeSeconds: number; compactionBatchDelayMilliseconds: number; }