/** * Zoe Gateway — Semantic Scorer * * Keyword-based relevance scoring for tool injection. * Zero dependencies, deterministic, fast. */ export declare function scoreRelevance(query: string, text: string): number;