export function useCollectionHandles({ fetchOnMount, options }?: { fetchOnMount: boolean; options: any; }): { collectionHandles: any[]; fetchCollectionHandles: () => Promise; started: any; finished: any; success: any; setSuccess: import("react").Dispatch; errors: any; setErrors: import("react").Dispatch; resetTimer: import("react").MutableRefObject; reset: () => void; }; //# sourceMappingURL=useCollectionHandles.d.ts.map