import { Command } from "commander"; /** * `scai brand` — Sitecore brand surface (Brand Management * + Brand Review). The CLI verbs here drive the same library * primitives exposed at `@sitecoreai-labs/sitecoreai-cli/unstable/brand`. * See [[project-scai-ai-skills-credential-model]] for the org-scoped * credential model. * * Unstable surface — `markUnstable` (in `src/program.ts`) stamps the * `[unstable]` help marker and the runtime stderr warning onto this * command group. */ export declare const createBrandCommand: () => Command;