import { HighlightRanges } from '../types.mjs'; declare function findFuzzyMatches(normalizedItem: string, normalizedQuery: string): [number, HighlightRanges] | null; export { findFuzzyMatches };