import { OSInfo } from '../index';
export default function getWindowsInfo(release?: string): Promise<OSInfo | null>;