/**
* Transforms asset URLs in HTML content from one base path to a CDN URL.
*
* @param html - The HTML content to transform
* @param originalBase - The original Vite base path (e.g., '/' or '/app/')
* @param baseAssetUrl - The CDN base URL (e.g., 'https://cdn.example.com')
* @returns Transformed HTML with asset URLs pointing to the CDN
*/
export declare function transformAssetUrls(html: string, originalBase: string, baseAssetUrl: string): string;
//# sourceMappingURL=html-assets.d.ts.map