import { Locale } from '@scrabble-solver/types'; import { type ParsingResult } from './types'; export declare const parse: (locale: Locale, html: string) => ParsingResult;