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