export interface HudReplayPageOptions { /** Port vite serves the project (and its `/dist/engine/...`) on. */ gamePort: number; } /** The import map for the harness: CDN entries as-is, local aliases absolute on the game origin. */ export declare function hudReplayImportMap(gamePort: number): Record; export declare function renderHudReplayHtml(options: HudReplayPageOptions): string;