import type { OffsetWell } from '../../OffsetWellPickerV5.types'; type UseSearchedWellsReturn = [OffsetWell[], boolean, (wellIds: number[]) => Promise]; /** * Hook to fetch and cache wells selected via search that are outside current bounds. * Similar to usePinnedWells but triggered imperatively when user selects wells via search. * * @returns Tuple of [searchedWells, isLoading, fetchWells] */ export declare const useSearchedWells: () => UseSearchedWellsReturn; export {}; //# sourceMappingURL=useSearchedWells.d.ts.map