myst-cli
Version:
Command line tools for MyST
6 lines • 334 B
TypeScript
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