export declare class DeliveryUrlHelper { replaceAssetDomain(originalAssetUrl: string, customDomain: string): string; getUrlPathname(url: string): string; } export declare const deliveryUrlHelper: DeliveryUrlHelper;