import type { Workbook } from '../workbook/workbook'; import { type SaveOptions } from './save'; export declare function workbookToBuffer(wb: Workbook, opts?: SaveOptions): Promise;