import { type Pattern } from '@scrabble-solver/types'; export declare const getPatternHash: (pattern: Pattern) => string;