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