export declare const LEXICON_NAME = "aps-handle-en-v1"; /** sha256 of the canonical word list text (one word per line, trailing newline). */ export declare const LEXICON_ID = "sha256:2a9c4de3b5457154e6bde9d40af0da552c2556d8e80a2dec8b82dee4bca74510"; export declare const WORDS: readonly string[]; /** Canonical text form of the lexicon; sha256 of this string equals LEXICON_ID. */ export declare function canonicalWordlistText(): string; //# sourceMappingURL=lexicon.d.ts.map