interface VnSDKVersion { current: string; latest: string; severity: "low" | "medium" | "high"; advisory: string | null; lastChecked: number; } export { VnSDKVersion };