import type { StoryGraph } from "./graph-schema.js"; export declare function buildPlayableHtml(graph: StoryGraph, opts?: { assetDataUris?: Record; title?: string; }): string; //# sourceMappingURL=export-html.d.ts.map