/** * `scai://help/brand-*` resources — agent-discoverable guidance for the * brand area. Two markdown documents: * * - `scai://help/brand-kit-generation` — marketing-shaped guide for * agents told "create a brand kit for ". Walks the * two ingestion paths (URL-mode seed vs. direct-PATCH), explains * every default section, and gives a prompt skeleton for * generating brand-guidelines source content. * * - `scai://help/brand-file-formats` — reference for the file format * quirks the brand area surfaces. Explains why only URL upload * works, the "I have a local PDF" path (host it first), and what * makes a PDF parseable. * * Both are deliberately tight — agents pull these into context to make * one decision (which path to use), not to read a textbook. */ import type { McpRegistry } from "../registry.js"; export declare const registerBrandResources: (registry: McpRegistry) => void;