/** * MCP App Consent HTML (Inline Bundle) * * Self-contained HTML string for rendering the consent UI inside * an MCP Apps sandboxed iframe. Includes the Lit component bundle * and the MCP Apps bridge script. * * DO NOT EDIT - regenerate with: node scripts/generate-mcp-app-bundle.js * * @module @kya-os/consent/mcp-app * @generated */ /** Complete HTML for the consent MCP App, ready for resources/read */ export declare const CONSENT_MCP_APP_HTML: string; /** Size in bytes (for logging/debugging) */ export declare const CONSENT_MCP_APP_HTML_SIZE: number;