import type { Command } from "commander"; import type { MemoireEngine } from "../engine/core.js"; export declare function registerResearchCommand(program: Command, engine: MemoireEngine): void;