import type { MergedSearchResult } from '../search/dedup.js'; /** * Apply the core ranker's brand-collision multipliers (domain quality * + lexical alignment) to the agent's deduped search results. The * agent's executor uses an independent path that bypasses the core * orchestrator — without this hook, queries like "list top 5 open-source * MCP servers with stars, language, last commit" surface brand-domain * pages ("Microsoft Lists", "NASA stars") above the real MCP repos. */ export declare function rankAgentSearchResults(prompt: string, results: MergedSearchResult[]): MergedSearchResult[]; //# sourceMappingURL=rank.d.ts.map