export declare function useRefetch(callback?: () => void): { refetch: () => void; refetchTimes: number; isRefetch: boolean; }; //# sourceMappingURL=useRefetch.d.ts.map