import { SSRFetchOptions } from './ssr.types'; import { CreateRootOptions } from '../dom-render/create-root'; export declare function fetchHtml(ssrFetch: string | SSRFetchOptions, rootOptions?: CreateRootOptions): Promise;