@curvenote/cli
Version:
CLI Client library for Curvenote
13 lines • 1.72 kB
TypeScript
import type { ExportResults } from 'myst-cli';
import type { LinkTransformer } from 'myst-transforms';
import type { ISession } from './session/types.js';
export declare const localExportWrapper: (exportLocalArticle: (session: ISession, path: string, opts: {
filename: string;
} & Record<string, any>, templateOptions?: Record<string, any>, extraLinkTransformers?: LinkTransformer[]) => Promise<ExportResults>, defaultOptions: Record<string, any>) => (session: ISession, path: string, filename: string, opts: Record<string, any>, templateOptions?: Record<string, any>) => Promise<ExportResults>;
export declare const oxaLinkToPdf: (session: ISession, path: string, filename: string, opts: Record<string, any>, templateOptions?: Record<string, any>) => Promise<ExportResults>;
export declare const oxaLinkToTex: (session: ISession, path: string, filename: string, opts: Record<string, any>, templateOptions?: Record<string, any>) => Promise<ExportResults>;
export declare const oxaLinkToTypst: (session: ISession, path: string, filename: string, opts: Record<string, any>, templateOptions?: Record<string, any>) => Promise<ExportResults>;
export declare const oxaLinkToWord: (session: ISession, path: string, filename: string, opts: Record<string, any>, templateOptions?: Record<string, any>) => Promise<ExportResults>;
export declare const oxaLinkToJats: (session: ISession, path: string, filename: string, opts: Record<string, any>, templateOptions?: Record<string, any>) => Promise<ExportResults>;
export declare const oxaLinkToMeca: (session: ISession, path: string, filename: string, opts: Record<string, any>, templateOptions?: Record<string, any>) => Promise<ExportResults>;
//# sourceMappingURL=export.d.ts.map