import * as cspellDictModule from 'cspell-dictionary'; export { CompoundWordsMethod } from 'cspell-trie-lib'; declare const SpellingDictionaryModule: { readonly createCollection: typeof cspellDictModule.createCollection; readonly createForbiddenWordsDictionary: typeof cspellDictModule.createFlagWordsDictionary; readonly createSpellingDictionary: typeof cspellDictModule.createSpellingDictionary; readonly createIgnoreWordsDictionary: typeof cspellDictModule.createIgnoreWordsDictionary; readonly createSpellingDictionaryFromTrieFile: typeof cspellDictModule.createSpellingDictionaryFromTrieFile; }; type SpellDictInterface = typeof SpellingDictionaryModule; export type { FindOptions, FindResult, HasOptions, SearchOptions, SpellingDictionary, SpellingDictionaryCollection, SpellingDictionaryOptions, SuggestionCollector, SuggestionResult, SuggestOptions, } from 'cspell-dictionary'; export declare function getSpellDictInterface(): SpellDictInterface; export declare const createSpellingDictionary: typeof cspellDictModule.createSpellingDictionary; export declare const createCollection: typeof cspellDictModule.createCollection; //# sourceMappingURL=SpellingDictionary.d.ts.map