/** Full HTML for the QR page — inline SVG QR + the tappable URL, no external assets. */
export declare function buildQrPage(url: string): Promise;
/** Write the QR page under .vincentt/ and return a file:// URL to open on the desktop. */
export declare function writeQrPage(projectCwd: string, url: string): Promise;