export declare type DestinationUrlType = 'UNKNOWN' | 'CLICK_TO_WEB' | 'CLICK_TO_APP' | 'CLICK_TO_CALL' | 'NONE';
