import type { Draft } from "./draft-store.js"; export declare function renderPage(draft: Draft, _port: number, categories?: readonly string[]): string;