import { Locale } from '@scrabble-solver/types';
export declare const getDictionaryFilepath: (locale: Locale) => string;
