myst-cli
Version:
Command line tools for MyST
6 lines • 329 B
TypeScript
import type { ISession } from '../session/types.js';
import type { ExportWithOutput, ExportFnOptions } from './types.js';
export declare function runCffExport(session: ISession, sourceFile: string, exportOptions: ExportWithOutput, opts?: ExportFnOptions): Promise<{
tempFolders: never[];
}>;
//# sourceMappingURL=cff.d.ts.map