import { Board, Config, Pattern } from '@scrabble-solver/types';
export declare const generatePatterns: (config: Config, board: Board) => Pattern[];
