import type { PasteRow } from '../core/viewer-local.js'; export declare function renderPasteHtml(row: PasteRow): string; export declare function renderNotFoundHtml(): string; //# sourceMappingURL=viewer-render.d.ts.map