export const CHINESE_PUNCTUATION: Map; export const CHINESE_DIGITS: string[]; export const CHINESE_SYLLABLE_PATTERN: RegExp; export const CHINESE_NUMERIC_PATTERN: RegExp; export const CHINESE_QUANTIFIERS: string[]; export const CHINESE_SEGMENT_SPLITS: Map; export const STANDALONE_PARTICLE_PREVIOUS_WORDS: Set; export const STANDALONE_ASPECT_PREVIOUS_WORDS: Set; export const MUST_NEUTRAL_TONE_WORDS: Set; export const NEUTRAL_TONE_PARTICLES: Set; export const NON_STRUCTURAL_DI_WORDS: Set; export const NEUTRAL_TONE_SUFFIXES: Set; export const NEUTRAL_TONE_FINAL_PARTICLES: Set; export const MUST_ERHUA: Set; export const NOT_ERHUA: Set; export const CHINESE_PHRASE_OVERRIDES: Map; export const CHINESE_PHRASES: string[]; export const POLYPHONE_MERGE_PHRASES: Set; export const ZHUYIN_INITIALS: Map; export const ZH_FINALS: Map; //# sourceMappingURL=zh-data.d.ts.map