import type { Diagnostic } from '../types.js'; /** * Validate GTL block balance ({{#each}}/{{/each}}, {{#if}}/{{/if}}, etc.) * and push any diagnostics into the provided array. * @param text - Full document text. * @param diagnostics - Diagnostics array to append to. * @param remainingBudget - Maximum number of additional diagnostics to emit. */ export declare function validateGtlBlocks(text: string, diagnostics: Diagnostic[], remainingBudget: number): void; //# sourceMappingURL=gtl.d.ts.map