import type { LocationState } from '@base/types/react-router';
export declare const useTypedNavigate: () => (to: string, state?: LocationState, replace?: boolean) => void | Promise<void>;
