import type { ISession } from '../../session/types.js'; import type { ExportFnOptions, ExportResults, ExportWithOutput } from '../types.js'; export declare function runWordExport(session: ISession, file: string, exportOptions: ExportWithOutput, opts?: ExportFnOptions): Promise; //# sourceMappingURL=single.d.ts.map