export declare const onClose: () => void; export declare const onExplore: (id: any) => void; export declare const jumpOuterUrl: (url: any) => void; export declare const jumpCrystalTopUp: () => void; export declare const jumpUrl: (path: any) => void; export declare const jumpUrlNoUrl: (path: any, close?: boolean) => void; export declare const cdnHost = "https://auto.omicdn.com/v1/images/"; export declare const cdnRawHost = "https://auto.omicdn.com/v1/raw/"; export declare function getImgUrlFormat(img: string, origin?: boolean): string;