/** Windows Subsystem for Linux, where Windows executables are reachable through interop. */ export declare function isWSL(env?: NodeJS.ProcessEnv): boolean;