import { DetectVersionOperator } from '../../utils'; /** Detect the Windows OS Version */ export default function isWindowsVersion( operator: DetectVersionOperator, version: 'XP' | 'Vista' | 7 | 8 | 8.1 | 10 ): (ua: string) => boolean;