/** * The `brand-kit` recipe kind — declarative definition + `sync` support * for Sitecore brand kits. * * See docs/recipe-sync-architecture.md. */ export { BrandKitRecipeSchema, BrandFieldValueSchema, BrandDocumentSchema, BrandRichEntrySchema, type BrandKitRecipe, type BrandFieldValue, type BrandDocument, } from "./schema.js"; export { diffBrandKit } from "./diff.js"; export { resolveBrandClient } from "./client.js"; export { brandKitKind } from "./kind.js";