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