import { type Cell, type Config } from '@scrabble-solver/types'; export declare const getCellsScore: (config: Config, cells: Cell[]) => number;