import type { Command } from "commander"; import type { EmitContext } from "../commander.js"; export declare function registerJournalCommand(program: Command, emitParam: EmitContext): void; //# sourceMappingURL=journal.d.ts.map