declare const http: { METHOD_GET: string; METHOD_POST: string; METHOD_PATCH: string; METHOD_DELETE: string; }; export default http;