import { FetchStateObject } from '../types'; import { FetchState } from '../utilities/useFetchState'; export declare const useMakeFetchObject: (fetchState: FetchState) => FetchStateObject; //# sourceMappingURL=useMakeFetchObject.d.ts.map