import Updux from '../index.js'; declare const _default: Updux<{ initialState: { id: number; description: string; done: boolean; }; actions: { todoDone: any; }; selectors: { desc: ({ description }: { description: any; }) => any; }; }>; export default _default;