/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * Determines if we should attempt to launch a browser for authentication * based on the user's environment. * * This is an adaptation of the logic from the Google Cloud SDK. * @returns True if the tool should attempt to launch a browser. */ export declare function shouldAttemptBrowserLaunch(): boolean;