declare const request: (url: string, params?: any) => Promise; export default request;