export declare type OSType = "windows" | "linux" | "darwin"; export declare const osType: OSType; export declare const isWindows: boolean;