/* Declarations for shared/lemma-id.mjs — imported by the app, the migration that re-keys existing cards, and the dictionary build, so a word's id is computed in exactly one place. */ /** A stable 53-bit id for (headword, pos). Same word, same id, everywhere. */ export function lemmaId(headword: string, pos: string): number;