import { Command } from "commander"; /** * `scai ops brief delete ` — delete a brief instance. * * Mirrors `brief types delete`: destructive, so it dry-runs unless * `--apply` is passed, and non-TTY callers must also pass `--force` to * skip the confirmation prompt. SDK `deleteBrief` is verified against * the Agents tenant. */ export declare const createBriefDeleteCommand: () => Command;