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