/** Normalize user question for cache keys and semantic index. */ export declare function normalizeQuestion(question: string): string; /** Rough token-overlap score in [0, 1] — MVP semantic fallback without embeddings. */ export declare function scoreQuestionSimilarity(a: string, b: string): number; //# sourceMappingURL=normalize.d.ts.map