export { DEFAULT_IMPACT_UI_ASSET_BASE } from './assetBaseDefault'; /** * Absolute URL for an asset on the asset CDN. * * @param relativePath - Path after the prod prefix, e.g. `clientLogos/briscoe.webp`, `icons/close.svg` */ export declare function getAssetUrl(relativePath: string): string; //# sourceMappingURL=assetBase.d.ts.map