import type { UseWellSelectionParams, UseWellSelectionReturn } from './useWellSelection.types'; /** * Manages well selection state, reconciliation with external settings, * and all selection handlers (single, all, batch, section, zone). */ export declare const useWellSelection: (params: UseWellSelectionParams) => UseWellSelectionReturn; //# sourceMappingURL=useWellSelection.d.ts.map