export declare const useGraphHistoryNavigation: () => { navigateBack: () => void; navigateForward: () => void; hasForward: boolean; hasBackward: boolean; }; //# sourceMappingURL=useGraphHistoryNavigation.d.ts.map