export interface IHttpProbeResult { url: string; status: number; headers: Record; body?: unknown; }