/// export declare const createFetchingUtility: () => { signalHandler: jest.Mock; fetchMock: jest.Mock, [], any>; infiniteFetch: jest.Mock, [_: any, RequestInit], any>; failingFetch: jest.Mock, [], any>; fetchWithResponse: (response?: any) => jest.Mock, [], any>; };