import { Command } from "commander"; /** * `scai ops brief comments …` — list or post comments on Sitecore * Content Operations briefs. * * - list [briefId] — list comments (tenant-wide or per-brief) * - add --text — post a comment (UNVERIFIED write body) * * With no subcommand, `comments` lists — matching the pre-`add` behaviour. */ export declare const createBriefCommentsCommand: () => Command;