import type { OffsetWell } from '../OffsetWellPickerV5.types'; /** * Hook to fetch and maintain "pinned" wells that should always be displayed * regardless of radius/shape selection. These wells are fetched by ID independently * of the main radius-based fetch. * * @param selectedWellIds - Array of well IDs that should always be available * @returns Tuple of [pinnedWells, isLoading] */ export declare const usePinnedWells: (selectedWellIds: number[] | undefined) => [OffsetWell[] | null, boolean]; //# sourceMappingURL=usePinnedWells.d.ts.map