UNPKG

@curvenote/cli

Version:
7 lines 483 B
import type { VersionId } from '@curvenote/blocks'; import type { ISession } from '../../../session/types.js'; import type { ArticleState } from './walkArticle.js'; export declare const remoteExportWrapper: (exportRemoteArticle: (session: ISession, id: VersionId, opts: { filename: string; }) => Promise<ArticleState | void>) => (session: ISession, path: string, filename: string, opts?: Record<string, string>) => Promise<void>; //# sourceMappingURL=remoteExportWrapper.d.ts.map