import { Command } from "commander"; import { type Topic } from "../../shared/topics.js"; export declare const createTopicsCommand: () => Command; /** Exported for unit tests — pin the topic list shape. */ export declare const __topicsForTest: Topic[];