import type { ISession } from '../../session/types.js'; import type { ExportWithOutput, ExportFnOptions } from '../types.js'; export declare function runMdExport(session: ISession, sourceFile: string, exportOptions: ExportWithOutput, opts?: ExportFnOptions): Promise<{ tempFolders: never[]; }>; //# sourceMappingURL=index.d.ts.map