import { type Config, type Pattern } from '@scrabble-solver/types';
export declare const areDigraphsValid: (config: Config, pattern: Pattern) => boolean;
