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