import type { RedirectChainInfo, RedirectHop } from "./types.js"; export declare function analyzeRedirectChain(submittedUrl: URL, finalUrl: URL, redirects: RedirectHop[]): RedirectChainInfo;