/** * Throws when an .eta source still uses Pug shorthand instead of HTML + Eta tags. */ declare function assertEtaHtmlSource(templateName: string, source: string): void; export { assertEtaHtmlSource };