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