declare function httpdo(url: string, method?: string, payload?: any): Promise; export default httpdo;