import { WorkBook } from './workBook'; /** * 将 WorkBook 转换为 xml 字符串 */ export declare function wb2xml(wb: WorkBook): string;