/**
 * 所有的汉语拼音音节
 */
export declare const YIN_JIE: Set<string>;
export declare const CORRECTION_TABLE: Map<string, string>;
