declare type StatisticsService = { name: 'MyAnimeList' | 'AniList' | 'Annict' | 'Syoboi Calendar'; length: number; }; declare type Statistics = { length: number; services: StatisticsService[]; }; export declare const version: string, generatorVersion: string, generatedAt: string, statistics: Statistics; export {};