/** * Viewer HTML template. * * Returns the minimal HTML shell for the codemem viewer SPA. * Title is hardcoded to avoid XSS from user-supplied parameters. */ export declare function viewerHtml(): string; //# sourceMappingURL=viewer-html.d.ts.map