UNPKG

@curvenote/cli

Version:
9 lines 380 B
import type { ISession } from '../../../session/types.js'; import type { ArticleState } from './walkArticle.js'; type Options = { path?: string; alwaysWriteFile: boolean; }; export declare function writeBibtex(session: ISession, references: ArticleState['references'], filename?: string, opts?: Options): Promise<void>; export {}; //# sourceMappingURL=writeBibtex.d.ts.map