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