/** A single built UI file: text inline as UTF-8, binary as base64. */ export type Asset = { content: string; contentType: string; encoding?: 'base64'; }; /** The prerendered SPA shell HTML (assets normalized to relative URLs). */ export declare const shell = "Tempo API Admin
"; /** Content-hashed UI assets, keyed by their path under the mount (e.g. `assets/index-*.js`). */ export declare const assets: Record; //# sourceMappingURL=ui.generated.d.ts.map