import type { ISonarQubeClient } from '../types/index.js'; /** * Validates environment variables for SonarQube authentication * @throws Error if no authentication method is configured or if invalid values are provided */ export declare const validateEnvironmentVariables: () => void; export declare const getDefaultClient: () => ISonarQubeClient; export declare const resetDefaultClient: () => void;