import { type Locale } from '@scrabble-solver/types'; export declare const getDictionaryFilepath: (locale: Locale, directory?: string) => string; /** Filepath of the serialized-trie cache used before the GADDAG migration. Remove in #437. */ export declare const getLegacyDictionaryFilepath: (locale: Locale, directory?: string) => string;