import { type OperationIr } from "../ir/operations.js"; import { type PageRecipe } from "../schema/recipe.js"; import { type CompileContext } from "./shared.js"; export declare function compilePageRecipe(input: PageRecipe, context: CompileContext): OperationIr; export { normalizeFieldValue } from "./inline-children.js";