/** * composes the `unsafeHTML`, `html`, `render`, and `collectResult` functions from lit ssr * @param input html partial */ export declare function ssr(input: string): Promise;