export interface VersionInformation { latestSnapshot: string; latestRelease: string; processedVersions: string[]; }