/** * Loads all wells for the "Load All Wells" mode. * * This hook is mounted when `isLoadAllWells` is true (via ``). * It guards loading and companyId reactions on `isSafeguardReady` to avoid * reacting to filter oscillations during safeguard transitions (cancel/reopen). * The component stays mounted during these transitions, preserving the cache. */ export declare const useAllWells: () => void; //# sourceMappingURL=useAllWells.d.ts.map