import type { DictionaryInformation } from '../models/DictionaryInformation'; import type { SuggestionCostMapDef } from '../models/suggestionCostsDef'; import { PenaltyAdjustment } from '../distance/weightedMaps'; export declare function mapDictionaryInformation(dictInfo: DictionaryInformation): SuggestionCostMapDef[]; export declare function mapDictionaryInformationToAdjustment(dictInfo: DictionaryInformation): PenaltyAdjustment[]; //# sourceMappingURL=mapDictionaryInfo.d.ts.map