import type { FunnelServerBootstrap } from '../components/FunnelServerBootstrapProvider.js'; /** Run before hydration, analytics, or checkout. A redirect restores legacy identity * through the host's scoped validation and experiment evaluation, not client guessing. */ export declare function reconcileFunnelServerIdentity(snapshot: FunnelServerBootstrap, href: string): string | null;