import { L as LoadableState } from '../types-5EvFF6wb.cjs'; import 'keyweaver'; import 'react'; /** * A utility function to prevent hooks from triggering the loading behavior of a {@link state}. * Wrapping a {@link state} with this function ensures that hooks like `useValue` or `use` * will not initiate the loading, allowing you to access the current value without triggering a load. */ declare const useWithoutLoading: (state: S) => Omit; export = useWithoutLoading;