/** * The distribution of word lengths in a corpus is quite different than the * distribution of answer lengths in a puzzlehunt. * * These numbers are based on Mystery Hunt answers from 1994 to 2025, as * pulled from https://github.com/dgulotta/mh_answers, with recent years * weighed more heavily. */ export declare const answerLengthLogProbs: [number, number][]; //# sourceMappingURL=answerLengths.d.ts.map