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