import { Command } from "commander"; /** * `scai brand seed` — create a brand kit, either: * - `--url ` : the full ingest + enrich pipeline on a hosted * PDF ([[project-scai-brand-kit-seed-recipe]]). * - `--file `: a kit-shaped recipe applied directly (no PDF, * no AI pipeline) — round-trips with `sync pull`. */ export declare const createBrandSeedCommand: () => Command;