import type { Block } from "./types";
export declare const renderTwigToHtml: (blocks: Block[]) => string;
