export type AssetEntry = {
    content: string;
    mime: string;
};
export type AssetMap = Record<string, AssetEntry>;
export declare const EMBEDDED_WEB_ASSETS: AssetMap;
//# sourceMappingURL=embedded-assets.d.ts.map