/**
* The page, assembled.
*
* One HTML document with its styles and script inline, served from memory. No build step and
* nothing fetched from the network: KONECK is installed with `npm i -g koneck`, so anything needing
* a second toolchain would be broken for most people on the day they first tried it — and a page
* that pulls a font from a CDN does not work on the machine most likely to be running a local
* model, which is one that is offline.
*/
export declare function page(): string;
//# sourceMappingURL=ui.d.ts.map