import { Command } from "commander"; /** * `scai ops brief todos [briefId]` — list the to-dos on a brief. * * "Todo" is the label the Sitecore Content Operations UI uses. The Brief * API wire resource is `tasks` (see `src/brief/api/tasks.ts`); only the * scai-facing surface uses "todo". */ export declare const createBriefTodosCommand: () => Command;