import type { JsonSheet, ExportJsonToExcelOptions } from './types'; export declare function exportJsonToExcelNodejs(destinationPath: string, sheets: JsonSheet[], options?: ExportJsonToExcelOptions): Promise;