import APISystemInfo, { SystemPlatform } from "../types/systeminfo"; declare class SystemInfo { name: string; platform: SystemPlatform; osVersion: string; hostDescription: string; apiVersion: string; constructor(info: APISystemInfo); } export default SystemInfo; //# sourceMappingURL=SystemInfo.d.ts.map