export declare function useStateUpdater<T>(initialValue: T): [value: T, update: (value: Partial<T>) => void];
//# sourceMappingURL=state-updater.d.ts.map