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