/** * Brand Token Ontology — Schema definitions for BrandGuide and DesignToken entities. * * Two entity types, one relation. Deliberately flat: * - BrandGuide: container for a set of tokens + brand rules * - DesignToken: a single token discriminated by tokenType * - hasToken: links a guide to its tokens * * @module trellis/plugins/brand */ import type { OntologySchema } from '../../core/ontology/types.js'; export declare const brandOntology: OntologySchema; //# sourceMappingURL=ontology.d.ts.map