import type { LinguisticHashWordLists } from './linguisticHashTypes';
/**
 * English word lists used by the linguistic hash.
 *
 * @private utility of `linguisticHash`
 */
export declare const LINGUISTIC_HASH_WORD_LISTS_EN: LinguisticHashWordLists;
/**
 * Note: [💞] Ignore a discrepancy between file name and entity name
 */
