import { g as PollableStateOptions, n as StateInitializer, f as PollableStateScope } from '../types-5EvFF6wb.cjs'; import 'keyweaver'; import 'react'; declare const createPollableStateScope: { /** Creates a {@link ControllableLoadableNestedState controllable loadable nested state} with polling capabilities. */ (options: PollableStateOptions, stateInitializer?: StateInitializer): PollableStateScope; }; export = createPollableStateScope;