/** * Template Parser - Orchestrator * Coordinates all template processing modules */ /** * Parse and bind template to scope */ export declare function parseTemplate(el: HTMLElement, scope: any, onReady?: () => void): void; //# sourceMappingURL=parser.d.ts.map