export interface UnderusedSettings { limitPageHitsPerMonth: number; limitUniqueVisitorsPerMonth: number; compileUnderusedMetricCompleted: boolean; }