export declare const MACOS = "mac"; export declare const WINDOWS = "windows"; export declare class OsUtils { static os(): "mac" | "windows"; }