export declare class Template { private readonly template; private readonly bindings; constructor(html: string); render(data: Record): HTMLElement; private collectBindings; private getNodeAtPath; private resolveVariable; }