import Updux from '../index.js'; declare const _default: Updux<{ initialState: number; actions: { incNextId: any; }; selectors: { getNextId: (state: any) => any; }; }>; export default _default;