import type { NavigationAdapter } from '../../types/navigation';
export declare const useNextAdapter: () => NavigationAdapter;
