declare function _exports(request: any): { ret: number; msg: string; name: any; email: any; phone: any; url: any; }; export = _exports;