UNPKG

myst-cli

Version:
4 lines 330 B
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