import type { FpResolvedConfig } from "../../config/index.js";
export declare function getRedactedUrl(url: URL, config?: FpResolvedConfig): string;
