import type { SetStateArgs, SetStateOverloads } from '../types'; /** * Calls a `setState` function with captured `setState` arguments. */ export declare function applySetState | void>(set: SetStateOverloads, args: SetStateArgs): SetReturn; /** * Applies a `setState` payload to the current state. */ export declare function applyStateUpdate(state: S, ...setArgs: SetStateArgs): S; //# sourceMappingURL=stateUpdate.d.ts.map