/** * Beta Reader CLI Command definition — SPEC-11 * * Subcommands: add, list, feedback, report, resolve */ import type { Command } from '../types.js'; export declare const betaCommand: Command; //# sourceMappingURL=beta.d.ts.map