import { Locale } from '@scrabble-solver/types';
export declare const getWordList: (locale: Locale) => Promise<string[]>;
