declare class ReportCache { private interval; private cache; constructor(secondsInterval: number); getReportCount(hostname: string): number; } export default ReportCache;