myst-cli
Version:
Command line tools for MyST
12 lines • 460 B
TypeScript
import type { ISession } from '../../session/types.js';
import type { ExportWithOutput, ExportFnOptions } from '../types.js';
/**
* Build a MyST project as JATS XML
*
* @param session session with logging
* @param opts configuration options
*/
export declare function runJatsExport(session: ISession, sourceFile: string, exportOptions: ExportWithOutput, opts?: ExportFnOptions): Promise<{
tempFolders: never[];
}>;
//# sourceMappingURL=single.d.ts.map