export declare const EMBEDDED_WEB_ASSET_VERSION = "a2d5663d89f5"; export declare const EMBEDDED_WEB_ASSETS: { readonly scriptsJs: string; readonly stylesCss: string; readonly vendor: { readonly "/vendor/xterm/xterm.bundle.js": { readonly content: string; readonly contentType: "application/javascript"; readonly hash: "74f84701"; }; readonly "/vendor/xterm/xterm.css": { readonly content: string; readonly contentType: "text/css; charset=utf-8"; readonly hash: "5403ebba"; }; readonly "/vendor/qrcode/qrcode.bundle.js": { readonly content: string; readonly contentType: "application/javascript"; readonly hash: "8be76aad"; }; }; }; export type EmbeddedVendorAssetPath = keyof typeof EMBEDDED_WEB_ASSETS.vendor;