export default Address; declare namespace Address { const path: string; const ajaxPath: string; const wxAjaxPath: string; function url(path: any): string; function ajaxUrl(path: any): string; function wxAjaxUrl(path: any): string; }