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