import { OperatingSystem } from "../Common/Enums"; export declare class OSInfo { static getOsType(): OperatingSystem; }