/// import { AxiosRequestConfig, AxiosResponse } from "axios"; import { Logger } from "./logger"; export declare function httpPostWithRetry(url: string, data: any, config: AxiosRequestConfig, logger: Logger): Promise>;