// Generated by dts-bundle-generator v8.0.1 export declare function createWindowFromHtml(templateHtml: string, uniqueId: string): any; export interface HydrateDocumentOptions { /** * Build ID that will be added to ``. By default * a random ID will be generated */ buildId?: string; /** * Sets the `href` attribute on the `` * tag within the `
`. If the value is not defined it will * ensure a canonical link tag is no included in the ``. */ canonicalUrl?: string; /** * Include the HTML comments and attributes used by the client-side * JavaScript to read the structure of the HTML and rebuild each * component. Defaults to `true`. */ clientHydrateAnnotations?: boolean; /** * Constrain `setTimeout()` to 1ms, but still async. Also * only allows `setInterval()` to fire once, also constrained to 1ms. * Defaults to `true`. */ constrainTimeouts?: boolean; /** * Sets `document.cookie` */ cookie?: string; /** * Sets the `dir` attribute on the top level ``. */ direction?: string; /** * Component tag names listed here will not be prerendered, nor will * hydrated on the client-side. Components listed here will be ignored * as custom elements and treated no differently than a `