/** * Check if there are any requests in flight. Ignores requests * sent before useHasRequestInFlight is called */ export default function useHasRequestInFlight(): boolean;