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