import { WorkBook } from './workBook'; /** * 将二维数组转换为 txt 字符串 */ export declare function aoa2txt(aoa: string[][]): string; /** * 将 WorkSheet 转换为 txt 字符串 */ export declare function wb2txt(wb: WorkBook): string;