/** * 此檔案內放置無視結果強制取代的表格 * 主要用於在安全模式下依然可以多對一 * */ import { ITable } from './lib/types'; export declare let table_tw2cn_plus: ITable; export declare let table_cn2tw_plus: ITable; export declare let table_tw2cn_min_plus: ITable; export declare let table_cn2tw_min_plus: ITable; declare const _default: typeof import("./table_plus"); export default _default;