export default function (): { touchscreen: boolean; cpu: { name: any; cores: number; }; sizes: { usable: { height: number; width: number; }; screen: { height: number; width: number; }; }; memory: any; color: { depth: number; contrast: string; gamut: string; forcedColors: boolean; hdr: boolean; monochromeDepth: number; }; };