import type { RecipeKind } from "../../sync/index.js"; import { type WidgetRecipe } from "./widget.schema.js"; /** The `widget` recipe kind. */ export declare const widgetKind: RecipeKind;