import type { HeadContent } from '../types.js'; export declare function renderHeadContent(content: HeadContent): string;