export declare type UseFetchOptions = { disabled?: boolean; init?: RequestInit | undefined; lifespan: number; }; export declare function useFetch(input: RequestInfo, userOptions?: UseFetchOptions): any; //# sourceMappingURL=useFetch.d.ts.map