import type { RecipeKind } from "../../sync/index.js"; import { type HtmlTemplateRecipe } from "./html-template.schema.js"; /** The `html-template` recipe kind. */ export declare const htmlTemplateKind: RecipeKind;