import type { ISession } from '../../session/types.js'; import type { ExportWithOutput, ExportFnOptions } from '../types.js'; /** * Meca export collects into a folder and zips: JATS (and dependent files), pdf/docx exports, * source markdown/ipynb/etc (and dependent files), table of contents, config yaml file, * and any resources/requirements defined in the config file. It also * writes an xml manifest file describing all the contents. */ export declare function runMecaExport(session: ISession, sourceFile: string, exportOptions: ExportWithOutput, opts?: ExportFnOptions): Promise<{ tempFolders: never[]; }>; //# sourceMappingURL=index.d.ts.map