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