/** * Created by user on 2018/1/31/031. */ /** * 和諧/河蟹 * * @type {string[][]} */ export declare const table: string[]; /** * 去和諧時會以第一個項目為返回結果 * * @type {string[][]} */ export declare const table2: (string | String)[][]; export declare const table3: string[][]; declare const _default: typeof import("./table"); export default _default;