import { ReadShape, ParamsFromShape } from '../endpoint/index.js'; /** * Request a resource if it is not in cache.\ * @deprecated use https://resthooks.io/docs/api/useFetch */ export default function useRetrieve>(fetchShape: Shape, params: ParamsFromShape | null, triggerFetch?: boolean, entitiesExpireAt?: number): any; //# sourceMappingURL=useRetrieve.d.ts.map