import { UseHandleJumpAhead, UseHandleNonJumpAhead } from '../types';
declare const useHandleJumpAhead: UseHandleJumpAhead;
declare const useHandleNonJumpAhead: UseHandleNonJumpAhead;
export { useHandleJumpAhead, useHandleNonJumpAhead, };
