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