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) => (session: ISession, path: string, filename: string, opts?: Record) => Promise; //# sourceMappingURL=remoteExportWrapper.d.ts.map