/** * @license * Copyright 2025 Qwen Team * SPDX-License-Identifier: Apache-2.0 */ import { type Config } from '@aetherai/aether-core'; /** * Validate that the required credentials and configuration exist for the given auth method. */ export declare function validateAuthMethod(authMethod: string, config?: Config): string | null;