import { type Locale, WordDefinition } from '@scrabble-solver/types'; export declare const getWordDefinition: (locale: Locale, word: string, isAllowed: boolean) => Promise;