import type { SsrFPolicy } from "../infra/net/ssrf.js"; export declare function postJsonWithRetry(params: { url: string; headers: Record; ssrfPolicy?: SsrFPolicy; body: unknown; errorPrefix: string; }): Promise;