import type { Frame } from "../frame.js"; export declare function toHTML(frame: Frame): string;