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