import type { SerializeDocumentOptions } from '@familyjs/core/hydrate'; export declare function fmlRenderToString(html: string, userAgent: string, options?: SerializeDocumentOptions): Promise;