/** Detect WSL without reading project files or creating machine state. */ export declare function isWslEnvironment(env?: NodeJS.ProcessEnv, platform?: NodeJS.Platform, kernelRelease?: string | undefined): boolean; //# sourceMappingURL=platform.d.ts.map