import { WeightMap } from '../distance/weightedMaps'; import type { DictionaryInformation } from '../models/DictionaryInformation'; export declare function mapDictionaryInformationToWeightMap(dictInfo: DictionaryInformation): WeightMap; export declare const __testing__: {}; //# sourceMappingURL=mapDictionaryInfoToWeightMap.d.ts.map