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