import type { IssuesParams } from '../types/index.js'; /** * Maps MCP tool parameters to SonarQube client parameters * @param params Parameters from the MCP tool * @returns Parameters for the SonarQube client */ export declare function mapToSonarQubeParams(params: Record): IssuesParams;