import type { RecipePlan } from "../../sync/index.js"; import type { BrandKitRecipe } from "./schema.js"; /** Diff a desired brand-kit recipe against captured current state. */ export declare const diffBrandKit: (desired: BrandKitRecipe, current: BrandKitRecipe | null) => RecipePlan;