/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ import { type CompiledTemplateResult, type TemplateResult } from 'lit-html'; declare const SERVER_ONLY = 1; export interface ServerRenderedTemplate extends TemplateResult { _$litServerRenderMode: typeof SERVER_ONLY; } /** * A lit-html template that can only be rendered on the server, and cannot be * hydrated. * * These templates can be used for rendering full documents, including the * doctype, and rendering into elements that Lit normally cannot, like * `