import { R as RequestableStateOptions, n as StateInitializer, c as LoadableStateScope } from '../types-5EvFF6wb.cjs'; import 'keyweaver'; import 'react'; declare const createRequestableStateScope: { /** * Creates a {@link LoadableStateScope loadable state scope} that supports asynchronous data loading on request. * The created state manages loading and error handling for data requests, providing * a flexible way to manage request-based state updates. */ (options: RequestableStateOptions, stateInitializer?: StateInitializer): LoadableStateScope; }; export = createRequestableStateScope;