import { Config, Game, Locale } from '@scrabble-solver/types';
export declare const getConfig: (game: Game, locale: Locale) => Config;
