export declare class OperatingSystem {
    name: string;
    version: string;
    private agent;
    constructor();
    toString(): string;
    private detect;
    private detectVersion;
    private detectVersionWindows;
    private detectVersionWindowsPhone;
    private detectVersionMac;
}
