import type { OgImageRenderEventContext } from '../../../types.js';
export declare function html(ctx: OgImageRenderEventContext): Promise<string>;
