import type { FetchedOffsetWell } from '../../api/shared/types'; /** * Hook to fetch complete subject well data including coordinates * @param subjectWellId - The ID of the subject well * @returns The subject well data and loading state */ export declare const useFetchSubjectWell: (subjectWellId: number | null) => [FetchedOffsetWell | null, boolean]; //# sourceMappingURL=useFetchSubjectWell.d.ts.map