/** * Transform a captured URL for display in the browser bar mockup. * 1. Replace the origin with `publicUrl` (if provided). * 2. Strip UUID v4 path segments. */ export declare function transformBrowserUrl(capturedUrl: string, publicUrl?: string | null): string;