/** * Series Management CLI Command — PROC-11 * * Subcommands: create, add-book, list, bible add, bible list, threads, check */ import type { Command } from '../types.js'; export declare const seriesCommand: Command; //# sourceMappingURL=series.d.ts.map