import { Trie } from '@kamilmielnik/trie'; import { type Locale } from '@scrabble-solver/types'; export declare const downloadDictionary: (locale: Locale) => Promise;