/** * Research CLI Command definition — SPEC-04 * * Subcommands: add, list, show, link, verify-list, sync */ import type { Command } from '../types.js'; export declare const researchCommand: Command; //# sourceMappingURL=research.d.ts.map