/**
 * Get URL for the given image asset on Devopness' CDN.
 *
 * @param imageAssetPath - Image asset path relative to CDN /images/ path.
 */
declare function getImageAssetUrl(imageAssetPath: string): string;
export { getImageAssetUrl };
