export declare function postJsonWithRetry(params: { url: string; headers: Record; body: unknown; errorPrefix: string; }): Promise;