/**
 * Created by user on 2018/5/3/003.
 *
 * 已廢棄 僅用於舊版相容
 */
import { _word_zh_core } from './conv';
export declare function _word_zh(search: string, ret: any, flags?: any, skip?: string): any;
export declare function _word_zh(search: RegExp, ret: any, flags?: any, skip?: string): any;
export { _word_zh_core };
