import { RequestInstance } from '@hyper-fetch/core'; import { UseRequestEventsReturnType, UseRequestEventsPropsType } from '..'; /** * This is helper hook that handles main Hyper-Fetch event/data flow * @internal * @param options * @returns */ export declare const useRequestEvents: ({ request, dispatcher, logger, actions, setCacheData, getIsDataProcessing, }: UseRequestEventsPropsType) => UseRequestEventsReturnType; //# sourceMappingURL=use-request-events.hooks.d.ts.map