import type { TemplateResult } from 'lit'; /** * Returns a string representing the innerHTML of the container this template is rendered to * @param tpl lit-html template */ export declare function renderToString(tpl: TemplateResult): string;