import { NavigationAdapter } from '@insforge/react/navigation'; /** * Next.js navigation adapter * Uses Next.js's useSearchParams hook and Link component * Provides optimized navigation with prefetching and client-side routing */ declare const NextNavigationAdapter: NavigationAdapter; export { NextNavigationAdapter };