import { type MutableRefObject } from 'react'; import { type StoreApi } from 'zustand'; import type { ViewportStore } from '../../stores/viewport-store/createViewportStore'; type UseLoadAllWellsCallbackResult = { loadAllWells: () => Promise; store: StoreApi; clearCache: () => void; }; export declare const useLoadAllWellsCallback: (abortControllerRef: MutableRefObject, hasLoadedRef: MutableRefObject) => UseLoadAllWellsCallbackResult; export {}; //# sourceMappingURL=useLoadAllWellsCallback.d.ts.map