export type OSType = "darwin" | "linux" | "windows" | "freebsd" | "netbsd" | "aix" | "solaris" | "illumos";
export declare const osType: OSType;
export declare const isWindows: boolean;
//# sourceMappingURL=_os.d.ts.map