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