import type { DictionaryDefinitionAugmented } from '@cspell/cspell-types'; export type { CharacterSet, CharacterSetCosts, EditCosts } from '@cspell/cspell-types'; export type DictionaryInformation = Exclude; export type SuggestionEditCosts = Exclude; export type HunspellInformation = Exclude; export type HunspellCosts = Exclude; export type HunspellAff = HunspellInformation['aff']; //# sourceMappingURL=DictionaryInformation.d.ts.map