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