import { Command } from "commander"; /** * `scai brand docs …` — document lifecycle within brand kits. * - `upload [file] [--url]` : upload a PDF (local ≤1MB, or URL) * - `list [--kit X] [--status X]` : list documents * - `get ` : single document (pipeline progress) * - `delete ` : delete (destructive) */ export declare const createBrandDocsCommand: () => Command;