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