/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * Requests consent from the user for OAuth login. * Handles both TTY and non-TTY environments. */ export declare function getConsentForOauth(prompt: string): Promise;