/// export default function getLocalOperatingSystemMeta(platform?: NodeJS.Platform, release?: string): { name: string; version: string; };