import type { OsVersionInfoMap } from './OsVersionInfoMap'; export type OsIndex = { versions: OsVersionInfoMap; };