/**
 * Returns true when running on WSL or WSL2.
 */
export declare function isWsl(): Promise<boolean>;
