import type { ThemeRecipeOverrides, ThemeRecipeOverrideValue } from '@ankhorage/contracts'; export type ThemeRecipeAuthoringKind = 'component' | 'pattern'; export declare function updateThemeRecipeField(args: { readonly recipes: ThemeRecipeOverrides | undefined; readonly kind: ThemeRecipeAuthoringKind; readonly recipeName: string; readonly fieldName: string; readonly value: ThemeRecipeOverrideValue | undefined; }): ThemeRecipeOverrides | undefined; //# sourceMappingURL=themeRecipeAuthoringModel.d.ts.map