export function mlUrl(targetUrl: any): string; export function wxAjaxUrl(path: any): any; declare const _default: { mlinkHost: string; mlUrl: typeof mlUrl; mlinkSource: string; tradeAjaxUrl: typeof tradeAjaxUrl; gwAjaxUrl: typeof gwAjaxUrl; ajaxUrl: typeof ajaxUrl; url: typeof url; wxAjaxUrl: typeof wxAjaxUrl; path: string; ajaxPath: string; tradeAjaxPath: string; gwAjaxPath: string; wxAjaxPath: string; } | { mlinkHost: string; mlUrl: typeof mlUrl; mlinkSource: string; tradeAjaxUrl: typeof tradeAjaxUrl; gwAjaxUrl: typeof gwAjaxUrl; ajaxUrl: typeof ajaxUrl; url: typeof url; wxAjaxUrl: typeof wxAjaxUrl; path?: undefined; ajaxPath?: undefined; tradeAjaxPath?: undefined; gwAjaxPath?: undefined; wxAjaxPath?: undefined; }; export default _default; declare function tradeAjaxUrl(path: any): any; declare function gwAjaxUrl(path: any): any; declare function ajaxUrl(path: any): any; declare function url(path: any): any;