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