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<ExportResults>;
//# sourceMappingURL=single.d.ts.map