/** * @returns True if process is windows. */ declare const isWindows: () => boolean; export default isWindows;